Files
thermo/templates/postgres-service.yaml
2026-08-05 23:56:11 +02:00

15 lines
324 B
YAML

apiVersion: v1
kind: Service
metadata:
name: {{ include "thermo.fullname" . }}-postgres
labels:
{{- include "thermo.labels" . | nindent 4 }}
spec:
type: ClusterIP
selector:
{{- include "thermo.postgresSelectorLabels" . | nindent 4 }}
ports:
- name: postgres
port: 5432
targetPort: postgres