Skip to content

Commit

Permalink
Ticket #804 : Fix kubernetes
Browse files Browse the repository at this point in the history
  • Loading branch information
thabart committed Nov 8, 2024
1 parent 54084df commit 4eaeb5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sid-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ spec:
- name: "ASPNETCORE_FORWARDEDHEADERS_ENABLED"
value: "true"
- name: "DefaultSecurityOptions__Issuer"
value: "https://idserver.sid.svc.cluster.local/master"
value: "https://idserver.sid.svc.cluster.local"
- name: "DefaultSecurityOptions__IgnoreCertificateError"
value: "true"
- name: "IdServerBaseUrl"
Expand Down

0 comments on commit 4eaeb5a

Please sign in to comment.