initial git commit saving configs

This commit is contained in:
Adrien
2026-03-31 15:30:40 +00:00
commit 7770e9859c
64 changed files with 2866 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "bitwarden-lite.fullname" . }}
spec:
type: {{ .Values.service.type }}
selector:
app: {{ include "bitwarden-lite.fullname" . }}
ports:
- name: http
port: {{ .Values.service.port }}
targetPort: 8080