diff --git a/home-apps/home.yaml b/archive/home.yaml similarity index 100% rename from home-apps/home.yaml rename to archive/home.yaml diff --git a/home-apps/ddns.yaml b/home-apps/ddns.yaml index 0a06689..280d80b 100644 --- a/home-apps/ddns.yaml +++ b/home-apps/ddns.yaml @@ -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