mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -05:00
update
This commit is contained in:
parent
459bf3ebb6
commit
4abdd5684f
1 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ spec:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- websecure
|
- websecure
|
||||||
routes:
|
routes:
|
||||||
- match: Host("{{ .Values.ingress.host }}") && PathPrefix(`/`)
|
- match: Host("api.durp.info") && PathPrefix(`/durpapi`)
|
||||||
middlewares:
|
middlewares:
|
||||||
- name: authentik-proxy-provider
|
- name: authentik-proxy-provider
|
||||||
namespace: traefik
|
namespace: traefik
|
||||||
|
|
@ -28,6 +28,6 @@ spec:
|
||||||
issuerRef:
|
issuerRef:
|
||||||
name: {{ .Values.ingress.clusterissuer }}
|
name: {{ .Values.ingress.clusterissuer }}
|
||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
commonName: {{ .Values.ingress.host }}
|
commonName: api.durp.info
|
||||||
dnsNames:
|
dnsNames:
|
||||||
- {{ .Values.ingress.host }}
|
- api.durp.info
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue