mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-18 18:42:56 +02:00
Add test dns
This commit is contained in:
+4
-7
@@ -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:
|
||||
|
||||
@@ -15,3 +15,7 @@ records:
|
||||
expire: 86400
|
||||
type: CNAME
|
||||
content: "@"
|
||||
- name: "test"
|
||||
expire: 86400
|
||||
type: CNAME
|
||||
content: "@"
|
||||
|
||||
Reference in New Issue
Block a user