añadido ip updater

This commit is contained in:
2025-05-03 11:11:06 +00:00
parent e37e0caa44
commit 51ba7c0363

20
apps/dynu-updater.yaml Normal file
View File

@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: dynu-updater
namespace: argocd
spec:
project: default
source:
repoURL: 'https://git.manabo.org/xavor/k8s-dynu-updater.git'
targetRevision: HEAD
path: .
destination:
server: 'https://kubernetes.default.svc'
namespace: dynu-updater
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true