Update Deployment and statefulSet

This commit is contained in:
na
2024-09-07 01:37:07 +02:00
parent fcb45ec331
commit d2f602bf79
11 changed files with 80 additions and 21 deletions

View File

@@ -2,10 +2,12 @@ apiVersion: v1
kind: Service
metadata:
name: mongo
labels:
app: mongo
spec:
selector:
app: mongo
ports:
- protocol: TCP
port: {{ .Values.service.port }}
targetPort: {{ .Values.service.port }}
targetPort: {{ .Values.mongo.containerPort }}