Files
k8s-manifests/roswell/argocd-app.yaml
T

23 lines
580 B
YAML

# Se aplica una vez imperativamente (kubectl apply -f); después ArgoCD
# se autogestiona porque este fichero también vive en k8s-manifests/roswell/.
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: roswell
namespace: argocd
spec:
project: default
source:
repoURL: https://git.chemavx.xyz/chemavx/k8s-manifests
targetRevision: HEAD
path: roswell
destination:
server: https://kubernetes.default.svc
namespace: roswell
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true