generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set replicas to 1 for a authelia, atuin, glauth, external secrets, cloudflared #266
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- HelmRelease: kube-system/external-secrets Deployment: kube-system/external-secrets
+++ HelmRelease: kube-system/external-secrets Deployment: kube-system/external-secrets
@@ -6,13 +6,13 @@
namespace: kube-system
labels:
app.kubernetes.io/name: external-secrets
app.kubernetes.io/instance: external-secrets
app.kubernetes.io/managed-by: Helm
spec:
- replicas: 2
+ replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
app.kubernetes.io/name: external-secrets
app.kubernetes.io/instance: external-secrets
template:
--- HelmRelease: services/atuin Deployment: services/atuin
+++ HelmRelease: services/atuin Deployment: services/atuin
@@ -9,13 +9,13 @@
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: atuin
annotations:
reloader.stakater.com/auto: 'true'
spec:
revisionHistoryLimit: 3
- replicas: 2
+ replicas: 1
strategy:
type: RollingUpdate
selector:
matchLabels:
app.kubernetes.io/component: atuin
app.kubernetes.io/name: atuin
--- HelmRelease: auth/authelia Deployment: auth/authelia
+++ HelmRelease: auth/authelia Deployment: auth/authelia
@@ -9,13 +9,13 @@
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: authelia
annotations:
reloader.stakater.com/auto: 'true'
spec:
revisionHistoryLimit: 3
- replicas: 2
+ replicas: 1
strategy:
type: RollingUpdate
selector:
matchLabels:
app.kubernetes.io/component: authelia
app.kubernetes.io/name: authelia
--- HelmRelease: networking/cloudflared Deployment: networking/cloudflared
+++ HelmRelease: networking/cloudflared Deployment: networking/cloudflared
@@ -9,13 +9,13 @@
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: cloudflared
annotations:
reloader.stakater.com/auto: 'true'
spec:
revisionHistoryLimit: 3
- replicas: 2
+ replicas: 1
strategy:
type: RollingUpdate
selector:
matchLabels:
app.kubernetes.io/component: cloudflared
app.kubernetes.io/name: cloudflared
--- HelmRelease: auth/glauth Deployment: auth/glauth
+++ HelmRelease: auth/glauth Deployment: auth/glauth
@@ -9,13 +9,13 @@
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: glauth
annotations:
reloader.stakater.com/auto: 'true'
spec:
revisionHistoryLimit: 3
- replicas: 2
+ replicas: 1
strategy:
type: RollingUpdate
selector:
matchLabels:
app.kubernetes.io/component: glauth
app.kubernetes.io/name: glauth |
--- kubernetes/apps/services/atuin/app Kustomization: flux-system/atuin HelmRelease: services/atuin
+++ kubernetes/apps/services/atuin/app Kustomization: flux-system/atuin HelmRelease: services/atuin
@@ -74,13 +74,13 @@
securityContext:
fsGroup: 568
fsGroupChangePolicy: OnRootMismatch
runAsGroup: 568
runAsNonRoot: true
runAsUser: 568
- replicas: 2
+ replicas: 1
strategy: RollingUpdate
ingress:
app:
annotations:
external-dns.alpha.kubernetes.io/target: internal.
className: internal
--- kubernetes/apps/networking/cloudflared/app Kustomization: flux-system/cloudflared HelmRelease: networking/cloudflared
+++ kubernetes/apps/networking/cloudflared/app Kustomization: flux-system/cloudflared HelmRelease: networking/cloudflared
@@ -87,13 +87,13 @@
cpu: 5m
memory: 128M
pod:
securityContext:
runAsGroup: 568
runAsUser: 568
- replicas: 2
+ replicas: 1
strategy: RollingUpdate
persistence:
config:
enabled: true
globalMounts:
- path: /etc/cloudflared/config/config.yaml
--- kubernetes/apps/auth/authelia/app Kustomization: flux-system/authelia HelmRelease: auth/authelia
+++ kubernetes/apps/auth/authelia/app Kustomization: flux-system/authelia HelmRelease: auth/authelia
@@ -111,13 +111,13 @@
- labelSelector:
matchLabels:
app.kubernetes.io/name: authelia
maxSkew: 1
topologyKey: kubernetes.io/hostname
whenUnsatisfiable: DoNotSchedule
- replicas: 2
+ replicas: 1
strategy: RollingUpdate
ingress:
app:
annotations:
external-dns.alpha.kubernetes.io/target: internal.
nginx.ingress.kubernetes.io/configuration-snippet: |
--- kubernetes/apps/kube-system/external-secrets/app Kustomization: flux-system/external-secrets HelmRelease: kube-system/external-secrets
+++ kubernetes/apps/kube-system/external-secrets/app Kustomization: flux-system/external-secrets HelmRelease: kube-system/external-secrets
@@ -31,13 +31,13 @@
values:
certController:
serviceMonitor:
enabled: true
interval: 1m
installCRDs: true
- replicaCount: 2
+ replicaCount: 1
serviceMonitor:
enabled: true
interval: 1m
webhook:
serviceMonitor:
enabled: true
--- kubernetes/apps/auth/glauth/app Kustomization: flux-system/glauth HelmRelease: auth/glauth
+++ kubernetes/apps/auth/glauth/app Kustomization: flux-system/glauth HelmRelease: auth/glauth
@@ -83,13 +83,13 @@
- labelSelector:
matchLabels:
app.kubernetes.io/name: glauth
maxSkew: 1
topologyKey: kubernetes.io/hostname
whenUnsatisfiable: DoNotSchedule
- replicas: 2
+ replicas: 1
strategy: RollingUpdate
ingress:
app:
className: internal
enabled: true
hosts: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.