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/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 | ||||||
|   | |||||||
| @@ -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: | ||||||
|   | |||||||
| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user