mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-08 00:11:21 -05:00
add open-webui
This commit is contained in:
parent
551ed10e69
commit
7eb4e0262e
7 changed files with 145 additions and 0 deletions
16
open-webui/templates/secrets.yaml
Normal file
16
open-webui/templates/secrets.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: open-webui-secret
|
||||
spec:
|
||||
secretStoreRef:
|
||||
name: vault
|
||||
kind: ClusterSecretStore
|
||||
target:
|
||||
name: open-webui-secret
|
||||
data:
|
||||
- secretKey: OLLAMA_BASE_URL
|
||||
remoteRef:
|
||||
key: secrets/open-webui
|
||||
property: OLLAMA_BASE_URL
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue