passmower: run in 3 replicas

This commit is contained in:
Erki Aas 2024-08-08 15:53:47 +03:00
parent 4e80899c77
commit 59373041cc
3 changed files with 2 additions and 4 deletions

View File

@ -498,7 +498,7 @@ metadata:
app.kubernetes.io/version: "0.1.0" app.kubernetes.io/version: "0.1.0"
app.kubernetes.io/managed-by: Helm app.kubernetes.io/managed-by: Helm
spec: spec:
replicas: 1 replicas: 3
selector: selector:
matchLabels: matchLabels:
app.kubernetes.io/name: passmower app.kubernetes.io/name: passmower

View File

@ -17,8 +17,6 @@ kind: Dragonfly
metadata: metadata:
name: redis name: redis
namespace: passmower namespace: passmower
status:
phase: ready
spec: spec:
authentication: authentication:
passwordFromSecret: passwordFromSecret:

View File

@ -95,7 +95,7 @@ securityContext: {}
# runAsNonRoot: true # runAsNonRoot: true
# runAsUser: 1000 # runAsUser: 1000
replicaCount: 1 replicaCount: 3
resources: {} resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious # We usually recommend not to specify default resources and to leave this as a conscious