feat(argocd): add portainer application

This commit is contained in:
u1
2026-01-06 00:50:23 +00:00
parent f040b0d1e2
commit f9797c6acd

View File

@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: portainer
namespace: argocd
spec:
project: default
source:
repoURL: https://rv32i.pl/trade/trade-deploy.git
targetRevision: main
path: kustomize/infra/portainer
destination:
server: https://kubernetes.default.svc
namespace: portainer
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true