-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
78 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -213,13 +213,18 @@ kratos: | |
smtp: | ||
from_address: [email protected] | ||
|
||
kratos_ui: | ||
_install: false | ||
_chart_version: 0.43.1 | ||
_extra_timeout: 0 | ||
|
||
radar_self_enrolment_ui: | ||
_install: true | ||
_install: false | ||
_chart_version: 0.2.0 | ||
_extra_timeout: 0 | ||
|
||
hydra: | ||
_install: true | ||
_install: false | ||
_chart_version: 0.48.0 | ||
_extra_timeout: 0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
config: | ||
csrfCookieName: "radar_csrf" | ||
|
||
ingress: | ||
enabled: true | ||
className: "nginx" | ||
annotations: | ||
nginx.ingress.kubernetes.io/rewrite-target: /$1 | ||
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" | ||
|
||
# -- Set this to ORY Kratos's public URL | ||
kratosPublicUrl: "https://localhost/kratos" | ||
|
||
# -- Set this to ORY Kratos's public URL accessible from the outside world. | ||
kratosBrowserUrl: "https://localhost/kratos" | ||
|
||
# -- The basePath | ||
basePath: "" | ||
|
||
# -- The jwksUrl | ||
jwksUrl: "" | ||
|
||
projectName: "SecureApp" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters