This commit is contained in:
2024-07-21 12:58:33 +00:00
parent b1a4779d96
commit d9be744f17
24 changed files with 281 additions and 50 deletions

View File

@@ -8,17 +8,17 @@ spec:
entryPoints:
- websecure
routes:
- match: Host(`argocd.internal.prd.durp.info`)
middlewares:
- name: internal-only
namespace: traefik
kind: Rule
services:
- name: argocd-server
port: 443
scheme: https
- match: Host(`argocd.internal.prd.durp.info`)
middlewares:
- name: internal-only
namespace: traefik
kind: Rule
services:
- name: argocd-server
port: 443
scheme: https
tls:
secretName: argocd-tls
secretName: argocd-tls
---
@@ -33,4 +33,4 @@ spec:
kind: ClusterIssuer
commonName: "argocd.internal.prd.durp.info"
dnsNames:
- "argocd.internal.prd.durp.info"
- "argocd.internal.prd.durp.info"