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,14 +1,11 @@
apiVersion: batch/v1
kind: CronJob
kind: Job
metadata:
name: dns-sync
annotations:
argocd.argoproj.io/hook: PostSync
argocd.argoproj.io/hook-delete-policy: BeforeHookCreation
spec:
schedule: "*/5 * * * *"
concurrencyPolicy: Forbid
successfulJobsHistoryLimit: 1
failedJobsHistoryLimit: 3
jobTemplate:
spec:
backoffLimit: 1
template:
spec:
+4
View File
@@ -15,3 +15,7 @@ records:
expire: 86400
type: CNAME
content: "@"
- name: "test"
expire: 86400
type: CNAME
content: "@"