feat(postgres operator): List clusters on all namespaces from the UI

This commit is contained in:
Tanguy Herbron 2023-07-03 15:22:41 +02:00
parent 358df079bd
commit e1a8c920d8
2 changed files with 15 additions and 0 deletions

View File

@ -29,3 +29,4 @@ resources:
patchesStrategicMerge:
- ../../environments/dev/traefik-internal-service.yaml
- ../../environments/dev/traefik-external-service.yaml
- ../../environments/dev/postgres-operator-patch.yaml

View File

@ -0,0 +1,14 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: postgres-operator-ui
namespace: default
spec:
template:
spec:
nodeName: hb-wide-1
containers:
- name: "service"
env:
- name: "TARGET_NAMESPACE"
value: "*"