This commit is contained in:
2024-08-25 04:34:31 -05:00
parent 0ff6377bd6
commit 10bfb6fd54

View File

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