From d3cce3cb4de588b292f0c5551e68928176c606e6 Mon Sep 17 00:00:00 2001 From: nold Date: Sun, 16 Feb 2025 16:53:00 +0100 Subject: [PATCH] remove(cloudflare-ddns): gnu.one --- projects/core/manifests/cloudflare-ddns.yml | 36 --------------------- 1 file changed, 36 deletions(-) diff --git a/projects/core/manifests/cloudflare-ddns.yml b/projects/core/manifests/cloudflare-ddns.yml index f0a4ec47..29e3182c 100644 --- a/projects/core/manifests/cloudflare-ddns.yml +++ b/projects/core/manifests/cloudflare-ddns.yml @@ -1,39 +1,3 @@ -apiVersion: batch/v1 -kind: CronJob -metadata: - name: cloudflare-ddns-gnu - namespace: core -spec: - schedule: "*/15 * * * *" - successfulJobsHistoryLimit: 3 - failedJobsHistoryLimit: 3 - jobTemplate: - spec: - template: - spec: - containers: - - name: cloudflare-ddns - image: mirioeggmann/cloudflare-ddns:v0.5.1 - envFrom: - - secretRef: - name: cloudflare-ddns-gnu - restartPolicy: OnFailure ---- -apiVersion: ricoberger.de/v1alpha1 -kind: VaultSecret -metadata: - annotations: - name: cloudflare-ddns-gnu - namespace: core -spec: - keys: - - API_TOKEN - - NAME - - RECORD_ID - - ZONE_ID - - PROXIED - path: heqet/core/cloudflare-ddns-gnu - type: Opaque --- apiVersion: batch/v1 kind: CronJob