This commit is contained in:
2026-01-12 10:10:10 +11:00
parent 19f7e63dd7
commit e115b8529c
2 changed files with 0 additions and 41 deletions
-41
View File
@@ -78,44 +78,3 @@ spec:
limits:
cpu: 100m
memory: 128Mi
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: ddns-m-junv-cc
namespace: home-apps
spec:
revisionHistoryLimit: 2
selector:
matchLabels:
app: ddns-m-junv-cc
replicas: 1
template:
metadata:
labels:
app: ddns-m-junv-cc
spec:
containers:
- name: ddns-m-junv-cc
image: mirror.gcr.io/oznu/cloudflare-ddns
env:
- name: API_KEY
valueFrom:
secretKeyRef:
name: cloudflare-toozhao-com
key: api-key
- name: ZONE
value: junv.cc
- name: SUBDOMAIN
value: "m"
- name: INTERVAL
value: "60s"
resources:
requests:
cpu: 20m
memory: 64Mi
limits:
cpu: 100m
memory: 128Mi