adds helm chart

This commit is contained in:
2026-02-16 23:02:49 +01:00
parent 64fd134044
commit 27ec450d3b
13 changed files with 586 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "timetracker.fullname" . }}-postgresql
labels:
{{- include "timetracker.postgresql.labels" . | nindent 4 }}
spec:
type: ClusterIP
ports:
- port: 5432
targetPort: postgresql
protocol: TCP
name: postgresql
selector:
{{- include "timetracker.postgresql.selectorLabels" . | nindent 4 }}