Skip to content

Commit

Permalink
adding session affinity cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
M_Westerholz committed Nov 29, 2024
1 parent 109cab6 commit 17c7ffc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/dbildungs-iam-server/templates/backend-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
labels:
{{- include "common.labels" . | nindent 4 }}
annotations:
nginx.ingress.kubernetes.io/affinity: "cookie"
nginx.ingress.kubernetes.io/cors-allow-origin: "https://{{ .Values.keycloakHostname }}"
nginx.ingress.kubernetes.io/enable-cors: "true"
{{- with .Values.backend.ingress.annotations }}
Expand Down

0 comments on commit 17c7ffc

Please sign in to comment.