Skip to content

Commit

Permalink
fix(homepage): reduce replicas to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Dec 12, 2024
1 parent 6334a29 commit fe3ef60
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions registry/components/homepage/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ spec:
annotations:
configmap.reloader.stakater.com/reload: homepage
secret.reloader.stakater.com/reload: homepage-secrets
replicas: 2
config:
useExistingConfigMap: homepage
enableRbac: true
Expand All @@ -36,10 +35,6 @@ spec:
cert-manager.io/cluster-issuer: letsencrypt
nginx.ingress.kubernetes.io/auth-url: "https://$host/oauth2/auth"
nginx.ingress.kubernetes.io/auth-signin: "https://$host/oauth2/start?rd=$escaped_request_uri"
nginx.ingress.kubernetes.io/affinity: cookie
nginx.ingress.kubernetes.io/affinity-mode: persistent
nginx.ingress.kubernetes.io/session-cookie-secure: "true"
nginx.ingress.kubernetes.io/session-cookie-change-on-failure: "true"
ingressClassName: nginx
hosts:
- host: homepage.simonemms.com
Expand Down

0 comments on commit fe3ef60

Please sign in to comment.