Skip to content
Draft
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions chart/templates/ingressroute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
spec:
entryPoints:
- web
- websecure
routes:
- match: {{ .Values.ingressRoute.match }}
kind: Rule
Expand All @@ -21,4 +22,6 @@ spec:
namespace: default
{{- end }}
{{- end }}
tls:
secretName: {{ .Values.ingressRoute.tls.secretName }}
{{- end }}
8 changes: 3 additions & 5 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,11 @@ service:

ingressRoute:
enabled: true
match: Host(`auth.anon.dev.ubivius.tk`) && PathPrefix(`/`)
match: Host(`authentication.anon.dev.ubivius.tk`) && PathPrefix(`/`)
middlewares:
- name: cors-header
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
tls:
secretName: authentication.anon.dev.ubivius.tk

resources:
requests:
Expand Down