add .gitignore, .editorconfig, and clean up

This commit is contained in:
2025-09-30 13:19:15 +02:00
parent 9e07471746
commit 7a6369e1b2
6 changed files with 63 additions and 52 deletions

View File

@@ -10,9 +10,9 @@ spec:
loadBalancerIP: {{ .Values.service.loadBalancerIP }}
{{- end }}
ports:
- port: {{ .Values.service.port }}
targetPort: {{ .Values.service.port }}
protocol: TCP
name: mongodb
- port: {{ .Values.service.port }}
targetPort: {{ .Values.service.port }}
protocol: TCP
name: mongodb
selector:
app.kubernetes.io/name: {{ include "mongo.name" . }}
app.kubernetes.io/name: {{ include "mongo.name" . }}