fix: move helm directory to root

This commit is contained in:
charlesgauthereau
2026-03-07 12:43:18 +01:00
parent 7ae7ea6f79
commit 96274206c5
8 changed files with 1 additions and 1 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 }}