Skip to content

Commit

Permalink
Fixed self-enrolment-ui tls configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
keyvaann committed Jan 27, 2025
1 parent 832e1d8 commit 0dcce24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,12 @@ config:

ingress:
enabled: true
className: "nginx"
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
hosts:
- host: localhost
paths:
- path: "/kratos-ui(/|$)(.*)"
pathType: ImplementationSpecific
tls:
- secretName: radar-base-tls
hosts:
- localhost

# -- Set this to ORY Kratos's Admin URL
kratosAdminUrl: "kratos-admin"

Expand Down
5 changes: 1 addition & 4 deletions helmfile.d/10-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -361,16 +361,13 @@ releases:
timeout: {{ add .Values.base_timeout .Values.radar_self_enrolment_ui._extra_timeout }}
<<: *logFailedRelease
values:
- "../etc/kratos-ui/values.yaml"
- "../etc/radar-self-enrolment-ui/values.yaml"
- {{ .Values.radar_self_enrolment_ui | toYaml | indent 8 | trim }}
set:
- name: serverName
value: {{ .Values.server_name }}
- name: ingress.hosts[0].host
value: {{ .Values.server_name }}
- name: ingress.tls[0].hosts
values:
- {{ .Values.server_name }}
- name: kratosPublicUrl
value: https://{{ .Values.server_name }}/kratos
- name: kratosBrowserUrl
Expand Down

0 comments on commit 0dcce24

Please sign in to comment.