mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 16:51:31 -05:00
Update 8 files
- /invidious/values.yaml - /invidious/Chart.yaml - /invidious/templates/configmap.yaml - /invidious/templates/deployment.yaml - /invidious/templates/_helpers.tpl - /invidious/templates/hpa.yaml - /invidious/templates/service.yaml - /argocd/templates/invidious.yaml
This commit is contained in:
parent
7e0121d058
commit
61250f16d4
8 changed files with 231 additions and 0 deletions
20
argocd/templates/invidious.yaml
Normal file
20
argocd/templates/invidious.yaml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: invidious
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://gitlab.com/developerdurp/homelab.git
|
||||
targetRevision: main
|
||||
path: invidious
|
||||
destination:
|
||||
namespace: invidious
|
||||
name: in-cluster
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
Loading…
Add table
Add a link
Reference in a new issue