Newer
Older
Argocd / gitops / home-assistant-ingress / application.yaml
Wojciech Konieczny on 19 Dec 494 bytes Added ingress to ha.local
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  name: home-assistant-ingress
  namespace: argocd
spec:
  project: default

  destination:
    server: https://kubernetes.default.svc
    namespace: ha

  source:
    repoURL: http://192.168.50.100:8080/git/root/Argocd.git
    targetRevision: master
    path: gitops/home-assistant
    directory:
      recurse: true

  syncPolicy:
    automated:
      prune: true
      selfHeal: true
    syncOptions:
      - CreateNamespace=true