Add rubenhensen.nl ingress hosts and ip-updater CronJob

This commit is contained in:
Ruben Hensen
2026-03-15 12:54:09 +01:00
parent c51c98e821
commit d47f6d3a2c
3 changed files with 78 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: ip-updater
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://github.com/rubenhensen/k8scd.git
targetRevision: HEAD
path: ip-updater
destination:
server: https://kubernetes.default.svc
namespace: ip-updater
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
selfHeal: true
prune: true