yolo random shit
This commit is contained in:
parent
bf5759abce
commit
65d6fa9e8b
2 changed files with 26 additions and 0 deletions
21
applications/60-general-shit/open-webui.yaml
Normal file
21
applications/60-general-shit/open-webui.yaml
Normal file
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: open-webui
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: "https://helm.openwebui.com/"
|
||||
chart: "open-webui"
|
||||
targetRevision: "7.3.0"
|
||||
destination:
|
||||
server: "https://kubernetes.default.svc"
|
||||
namespace: home-server
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
|
@ -39,6 +39,11 @@ spec:
|
|||
namespace: home-server
|
||||
wave: 6
|
||||
|
||||
- name: deploy-general-shit
|
||||
path: applications/60-general-shit
|
||||
namespace: home-server
|
||||
wave: 7
|
||||
|
||||
template:
|
||||
metadata:
|
||||
name: "{{.name}}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue