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

13 lines
192 B
YAML

apiVersion: v1
kind: Service
metadata:
name: postgres-operator
spec:
type: ClusterIP
ports:
- port: 8080
protocol: TCP
targetPort: 8080
selector:
name: postgres-operator