mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-08 20:15:03 +10:00
Update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user