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

@@ -1,11 +1,11 @@
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: {{ .Release.Name }}-mongo
name: mongo
labels:
app: mongo
spec:
serviceName: "{{ .Release.Name }}-mongo"
serviceName: "mongo"
replicas: {{ .Values.replicaCount }}
selector:
matchLabels: