feat: add config files for helm chart

This commit is contained in:
charlesgauthereau
2026-03-07 11:11:48 +01:00
parent 46812cb5ff
commit 9602427ca0
7 changed files with 179 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: portabase
spec:
type: {{ .Values.service.type }}
selector:
app: portabase
ports:
- port: {{ .Values.service.port }}
targetPort: 80
nodePort: {{ .Values.service.nodePort }}