mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
update
This commit is contained in:
parent
1250df73df
commit
be893ea040
1 changed files with 9 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
acpiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: open-webui
|
name: open-webui
|
||||||
|
|
@ -35,12 +35,12 @@ spec:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- websecure
|
- websecure
|
||||||
routes:
|
routes:
|
||||||
- match: Host(`open-webui.durp.info`) && PathPrefix(`/`)
|
- match: Host(`open-webui.durp.info`) && PathPrefix(`/`)
|
||||||
kind: Rule
|
kind: Rule
|
||||||
services:
|
services:
|
||||||
- name: open-webui
|
- name: open-webui
|
||||||
port: 8089
|
port: 8089
|
||||||
scheme: http
|
scheme: https
|
||||||
tls:
|
tls:
|
||||||
secretName: open-webui-tls
|
secretName: open-webui-tls
|
||||||
|
|
||||||
|
|
@ -57,7 +57,7 @@ spec:
|
||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
commonName: "open-webui.durp.info"
|
commonName: "open-webui.durp.info"
|
||||||
dnsNames:
|
dnsNames:
|
||||||
- "open-webui.durp.info"
|
- "open-webui.durp.info"
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -69,4 +69,4 @@ metadata:
|
||||||
external-dns.alpha.kubernetes.io/hostname: open-webui.durp.info
|
external-dns.alpha.kubernetes.io/hostname: open-webui.durp.info
|
||||||
spec:
|
spec:
|
||||||
type: ExternalName
|
type: ExternalName
|
||||||
externalName: durp.info
|
externalName: durp.info
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue