forked from k-space/kube
		
	passmower: run in 3 replicas
This commit is contained in:
		@@ -498,7 +498,7 @@ metadata:
 | 
			
		||||
    app.kubernetes.io/version: "0.1.0"
 | 
			
		||||
    app.kubernetes.io/managed-by: Helm
 | 
			
		||||
spec:
 | 
			
		||||
  replicas: 1
 | 
			
		||||
  replicas: 3
 | 
			
		||||
  selector:
 | 
			
		||||
    matchLabels:
 | 
			
		||||
      app.kubernetes.io/name: passmower
 | 
			
		||||
 
 | 
			
		||||
@@ -17,8 +17,6 @@ kind: Dragonfly
 | 
			
		||||
metadata:
 | 
			
		||||
  name: redis
 | 
			
		||||
  namespace: passmower
 | 
			
		||||
status:
 | 
			
		||||
  phase: ready
 | 
			
		||||
spec:
 | 
			
		||||
  authentication:
 | 
			
		||||
    passwordFromSecret:
 | 
			
		||||
 
 | 
			
		||||
@@ -95,7 +95,7 @@ securityContext: {}
 | 
			
		||||
  # runAsNonRoot: true
 | 
			
		||||
  # runAsUser: 1000
 | 
			
		||||
 | 
			
		||||
replicaCount: 1
 | 
			
		||||
replicaCount: 3
 | 
			
		||||
 | 
			
		||||
resources: {}
 | 
			
		||||
  # We usually recommend not to specify default resources and to leave this as a conscious
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user