sae5dc03-tp/tp5/chart/templates/db_service.yaml
2025-11-12 16:51:07 +01:00

16 lines
271 B
YAML

apiVersion: v1
kind: Service
metadata:
name: database
namespace: {{ .Values.namespace }}
labels:
app: database
spec:
ports:
- name: tcp-postgresql
port: 5432
protocol: TCP
targetPort: 5432
type: ClusterIP
selector:
app: database