mirror of
https://github.com/nold360/hive-apps
synced 2025-02-22 08:51:40 +00:00
remove(cloudflare-ddns): gnu.one
This commit is contained in:
parent
62a59911df
commit
d3cce3cb4d
1 changed files with 0 additions and 36 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue