Pg, install scripts
This commit is contained in:
15
postgres-operator/ui/manifests/service.yaml
Normal file
15
postgres-operator/ui/manifests/service.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: "v1"
|
||||
kind: "Service"
|
||||
metadata:
|
||||
name: "postgres-operator-ui"
|
||||
namespace: "default"
|
||||
labels:
|
||||
application: "postgres-operator-ui"
|
||||
spec:
|
||||
type: "ClusterIP"
|
||||
selector:
|
||||
name: "postgres-operator-ui"
|
||||
ports:
|
||||
- port: 80
|
||||
protocol: "TCP"
|
||||
targetPort: 8081
|
||||
Reference in New Issue
Block a user