mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-08 00:11:21 -05:00
update
This commit is contained in:
parent
0ff6377bd6
commit
10bfb6fd54
1 changed files with 3 additions and 3 deletions
|
|
@ -35,7 +35,7 @@ spec:
|
|||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`kasm.internal.durp.info`) && PathPrefix(`/`)
|
||||
- match: Host(`kasm.durp.info`) && PathPrefix(`/`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: kasm
|
||||
|
|
@ -55,9 +55,9 @@ spec:
|
|||
issuerRef:
|
||||
name: letsencrypt-production
|
||||
kind: ClusterIssuer
|
||||
commonName: "kasm.internal.durp.info"
|
||||
commonName: "kasm.durp.info"
|
||||
dnsNames:
|
||||
- "kasm.internal.durp.info"
|
||||
- "kasm.durp.info"
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue