mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -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:
|
||||
name: traefik-ingress
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||
#cert-manager.io/cluster-issuer: letsencrypt-production
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
|
|
@ -14,4 +14,5 @@ spec:
|
|||
- name: api@internal
|
||||
kind: TraefikService
|
||||
tls:
|
||||
certificatesResolvers: letsencrypt-production
|
||||
secretName: traefik-tls
|
||||
Loading…
Add table
Add a link
Reference in a new issue