Files
homelab/argocd/templates/plex.yaml
2022-12-11 05:20:36 -06:00

24 lines
458 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: plex
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/DeveloperDurp/homelab.git
targetRevision: main
path: plex
directory:
recurse: true
destination:
server: https://kubernetes.default.svc
namespace: plex
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true