initial commit
This commit is contained in:
12
odroid/postgres-operator-zalando/postgres-operator-ui-lb.yaml
Executable file
12
odroid/postgres-operator-zalando/postgres-operator-ui-lb.yaml
Executable file
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: postgres-operator-ui-lb
|
||||
spec:
|
||||
ports:
|
||||
- name: http
|
||||
targetPort: 8081
|
||||
port: 8081
|
||||
selector:
|
||||
app: postgres-operator-ui
|
||||
type: LoadBalancer
|
||||
Reference in New Issue
Block a user