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