feat(postgres operator): List clusters on all namespaces from the UI
This commit is contained in:
parent
358df079bd
commit
e1a8c920d8
@ -29,3 +29,4 @@ resources:
|
|||||||
patchesStrategicMerge:
|
patchesStrategicMerge:
|
||||||
- ../../environments/dev/traefik-internal-service.yaml
|
- ../../environments/dev/traefik-internal-service.yaml
|
||||||
- ../../environments/dev/traefik-external-service.yaml
|
- ../../environments/dev/traefik-external-service.yaml
|
||||||
|
- ../../environments/dev/postgres-operator-patch.yaml
|
||||||
|
14
environments/dev/postgres-operator-patch.yaml
Normal file
14
environments/dev/postgres-operator-patch.yaml
Normal 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: "*"
|
Loading…
x
Reference in New Issue
Block a user