This commit is contained in:
2024-08-29 04:55:28 -05:00
parent e8cafed885
commit e2d1e01708

View File

@@ -35,7 +35,7 @@ spec:
entryPoints: entryPoints:
- websecure - websecure
routes: routes:
- match: Host(`gitea.internal.durp.info`) && PathPrefix(`/`) - match: Host(`gitea.durp.info`) && PathPrefix(`/`)
kind: Rule kind: Rule
services: services:
- name: gitea - name: gitea
@@ -55,9 +55,9 @@ spec:
issuerRef: issuerRef:
name: letsencrypt-production name: letsencrypt-production
kind: ClusterIssuer kind: ClusterIssuer
commonName: "gitea.internal.durp.info" commonName: "gitea.durp.info"
dnsNames: dnsNames:
- "gitea.internal.durp.info" - "gitea.durp.info"
--- ---