Add test dns

This commit is contained in:
Ruben Hensen
2026-03-14 21:41:41 +01:00
parent 72e0ba8cce
commit bc2f75294d
2 changed files with 57 additions and 56 deletions
+4 -7
View File
@@ -1,13 +1,10 @@
apiVersion: batch/v1 apiVersion: batch/v1
kind: CronJob kind: Job
metadata: metadata:
name: dns-sync name: dns-sync
spec: annotations:
schedule: "*/5 * * * *" argocd.argoproj.io/hook: PostSync
concurrencyPolicy: Forbid argocd.argoproj.io/hook-delete-policy: BeforeHookCreation
successfulJobsHistoryLimit: 1
failedJobsHistoryLimit: 3
jobTemplate:
spec: spec:
backoffLimit: 1 backoffLimit: 1
template: template:
+4
View File
@@ -15,3 +15,7 @@ records:
expire: 86400 expire: 86400
type: CNAME type: CNAME
content: "@" content: "@"
- name: "test"
expire: 86400
type: CNAME
content: "@"