fix: disable session affinity for atlantis
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
replicaCount: 2
|
||||
|
||||
podAnnotations:
|
||||
dapr.io/app-id: "prod-atlantis"
|
||||
dapr.io/enabled: "true"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
replicaCount: 2
|
||||
|
||||
podAnnotations:
|
||||
dapr.io/app-id: "staging-atlantis"
|
||||
dapr.io/enabled: "true"
|
||||
@@ -15,16 +16,18 @@ podAnnotations:
|
||||
dapr.io/sidecar-cpu-limit: "300m"
|
||||
dapr.io/sidecar-memory-limit: "1000Mi"
|
||||
dapr.io/log-as-json: "true"
|
||||
|
||||
image:
|
||||
tag: fbde7709-debug
|
||||
|
||||
ingress:
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||
nginx.ingress.kubernetes.io/proxy-buffer-size: 128k
|
||||
nginx.ingress.kubernetes.io/affinity: "cookie"
|
||||
nginx.ingress.kubernetes.io/session-cookie-name: "http-affinity"
|
||||
nginx.ingress.kubernetes.io/session-cookie-expires: "86400"
|
||||
nginx.ingress.kubernetes.io/session-cookie-max-age: "86400"
|
||||
# nginx.ingress.kubernetes.io/affinity: "cookie"
|
||||
# nginx.ingress.kubernetes.io/session-cookie-name: "http-affinity"
|
||||
# nginx.ingress.kubernetes.io/session-cookie-expires: "86400"
|
||||
# nginx.ingress.kubernetes.io/session-cookie-max-age: "86400"
|
||||
# atlantis.oceanbox.io/expose: internal
|
||||
hosts:
|
||||
- host: atlantis.beta.oceanbox.io
|
||||
@@ -45,6 +48,7 @@ ingress:
|
||||
- atlas.oceanbox.io
|
||||
- beta.oceanbox.io
|
||||
secretName: staging-atlantis-tls
|
||||
|
||||
resources:
|
||||
limits:
|
||||
cpu: 250m
|
||||
|
||||
Reference in New Issue
Block a user