mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
update
This commit is contained in:
parent
2b4e117ba3
commit
8568d5e4c0
1 changed files with 4 additions and 4 deletions
|
|
@ -8,7 +8,7 @@ spec:
|
|||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`argocd.dev.durp.info`)
|
||||
- match: Host(`argocd.internal.dev.durp.info`)
|
||||
middlewares:
|
||||
- name: whitelist
|
||||
namespace: traefik
|
||||
|
|
@ -39,8 +39,8 @@ metadata:
|
|||
spec:
|
||||
secretName: argocd-tls
|
||||
issuerRef:
|
||||
name: selfsigned-cluster-issuer
|
||||
name: letsencrypt-production
|
||||
kind: ClusterIssuer
|
||||
commonName: "argocd.dev.durp.info"
|
||||
commonName: "argocd.internal.dev.durp.info"
|
||||
dnsNames:
|
||||
- "argocd.dev.durp.info"
|
||||
- "argocd.internal.dev.durp.info"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue