Skip to content
Snippets Groups Projects
Verified Commit b1a436d6 authored by Mark's avatar Mark
Browse files

Refactor template values

parent b35b4e72
Branches
Tags
1 merge request!5Service Integration
......@@ -26,7 +26,7 @@ spec:
- hosts:
- {{ .Values.loginProvider.ingress.host }}
- {{ .Values.consentProvider.ingress.host }}
secretName: {{ include "single-sign-on.fullname" . }}-consent
secretName: {{ include "single-sign-on.fullname" . }}.tls
status:
loadBalancer:
ingress:
......
......@@ -25,7 +25,7 @@ hydra:
dsn: memory
urls:
self:
issuer: https://hydra.oas.example.net
issuer: https://sso.oas.example.net
login: https://login.oas.example.net
consent: https://consent.oas.example.net
secrets:
......@@ -36,12 +36,12 @@ hydra:
annotations:
kubernetes.io/tls-acme: "true"
hosts:
- host: hydra.oas.example.net
- host: sso.oas.example.net
paths: ["/"]
tls:
- hosts:
- hydra.oas.example.net
secretName: hydra-proxy-example.tls
- sso.oas.example.net
secretName: sso.tls
admin:
enabled: true
annotations:
......@@ -52,7 +52,7 @@ hydra:
tls:
- hosts:
- hydra-admin.oas.example.net
secretName: hydra-admin-proxy-example.tls
secretName: hydra-admin.tls
service:
public:
enabled: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment