mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 16:51:31 -05:00
Update file ingress.yaml
This commit is contained in:
parent
060151aa5b
commit
826d269e78
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ kind: IngressRoute
|
||||||
metadata:
|
metadata:
|
||||||
name: traefik-ingress
|
name: traefik-ingress
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
#cert-manager.io/cluster-issuer: letsencrypt-production
|
||||||
spec:
|
spec:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- websecure
|
- websecure
|
||||||
|
|
@ -14,4 +14,5 @@ spec:
|
||||||
- name: api@internal
|
- name: api@internal
|
||||||
kind: TraefikService
|
kind: TraefikService
|
||||||
tls:
|
tls:
|
||||||
|
certificatesResolvers: letsencrypt-production
|
||||||
secretName: traefik-tls
|
secretName: traefik-tls
|
||||||
Loading…
Add table
Add a link
Reference in a new issue