Add thermo history Helm chart

This commit is contained in:
Bitó Attila
2026-08-05 23:56:11 +02:00
commit 6b7dc1840d
10 changed files with 473 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
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