Files
LiquidCode_Cluster/postgres-operator/ui/manifests/service.yaml
Пытков Роман 7230a00a87 Pg, install scripts
2023-12-14 14:04:16 +03:00

16 lines
287 B
YAML

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