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