mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 00:31:31 -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:
|
entryPoints:
|
||||||
- websecure
|
- websecure
|
||||||
routes:
|
routes:
|
||||||
- match: Host(`argocd.dev.durp.info`)
|
- match: Host(`argocd.internal.dev.durp.info`)
|
||||||
middlewares:
|
middlewares:
|
||||||
- name: whitelist
|
- name: whitelist
|
||||||
namespace: traefik
|
namespace: traefik
|
||||||
|
|
@ -39,8 +39,8 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
secretName: argocd-tls
|
secretName: argocd-tls
|
||||||
issuerRef:
|
issuerRef:
|
||||||
name: selfsigned-cluster-issuer
|
name: letsencrypt-production
|
||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
commonName: "argocd.dev.durp.info"
|
commonName: "argocd.internal.dev.durp.info"
|
||||||
dnsNames:
|
dnsNames:
|
||||||
- "argocd.dev.durp.info"
|
- "argocd.internal.dev.durp.info"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue