mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
35 lines
913 B
YAML
35 lines
913 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: frigate
|
|
namespace: argocd
|
|
annotations:
|
|
argocd.argoproj.io/sync-wave: "51"
|
|
finalizers:
|
|
- resources-finalizer.argocd.argoproj.io
|
|
spec:
|
|
project: applications
|
|
sources:
|
|
- repoURL: https://blakeblackshear.github.io/blakeshome-charts
|
|
chart: frigate
|
|
targetRevision: 7.8.0
|
|
helm:
|
|
valueFiles:
|
|
- $values/apps/frigate/values.yaml
|
|
- repoURL: https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
|
|
targetRevision: main
|
|
ref: values
|
|
- repoURL: https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
|
|
targetRevision: main
|
|
path: apps/frigate/manifests
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: frigate
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
- ServerSideApply=true
|