Add helm chart

This commit is contained in:
Jochem
2024-07-03 21:29:02 +02:00
parent b0e7eaa3d1
commit 614feeee46
19 changed files with 1281 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: {{ .Release.Name }}
spec:
selector:
app.kubernetes.io/name: {{ .Release.Name }}
app.kubernetes.io/instance: frontend
ports:
- name: {{ .Release.Name }}
protocol: TCP
port: 8000
targetPort: 8000