Skip to content

Commit

Permalink
set replicas to 1 for a authelia, atuin, glauth, external secrets, cl…
Browse files Browse the repository at this point in the history
…oudflared
  • Loading branch information
chrisbsmith committed Apr 3, 2024
1 parent 690b593 commit 05442da
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion kubernetes/apps/auth/authelia/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
values:
controllers:
authelia:
replicas: 2
replicas: 1
strategy: RollingUpdate
annotations:
reloader.stakater.com/auto: "true"
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/auth/glauth/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
values:
controllers:
glauth:
replicas: 2
replicas: 1
strategy: RollingUpdate
annotations:
reloader.stakater.com/auto: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
keepHistory: false
values:
installCRDs: true
replicaCount: 2
replicaCount: 1
serviceMonitor:
enabled: true
interval: 1m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
values:
controllers:
cloudflared:
replicas: 2
replicas: 1
strategy: RollingUpdate
annotations:
reloader.stakater.com/auto: "true"
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/services/atuin/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
values:
controllers:
atuin:
replicas: 2
replicas: 1
strategy: RollingUpdate
annotations:
reloader.stakater.com/auto: "true"
Expand Down

0 comments on commit 05442da

Please sign in to comment.