Skip to content
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
merged 1 commit into from
Apr 3, 2024

Conversation

chrisbsmith
Copy link
Owner

No description provided.

Copy link

github-actions bot commented Apr 3, 2024

--- 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

Copy link

github-actions bot commented Apr 3, 2024

--- 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:

@chrisbsmith chrisbsmith merged commit 18603ae into main Apr 3, 2024
5 checks passed
@delete-merged-branch delete-merged-branch bot deleted the replicas-1 branch April 3, 2024 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant