Update Deployment and statefulSet
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user