mirror of
https://github.com/timothymiller/cloudflare-ddns.git
synced 2026-03-21 22:48:57 -03:00
Added per-subdomain proxy flag to config.json
This commit is contained in:
@@ -1,34 +0,0 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: cloudflate-ddns
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: cloudflate-ddns
|
||||
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: cloudflate-ddns
|
||||
|
||||
spec:
|
||||
containers:
|
||||
- name: cloudflate-ddns
|
||||
image: timothyjmiller/cloudflare-ddns:latest
|
||||
#image: quay.io/arpagon/cloudflare-ddns:v1.0.0
|
||||
resources:
|
||||
limits:
|
||||
memory: "32Mi"
|
||||
cpu: "50m"
|
||||
env:
|
||||
- name: CONFIG_PATH
|
||||
value: "/etc/cloudflare-ddns/"
|
||||
volumeMounts:
|
||||
- mountPath: "/etc/cloudflare-ddns"
|
||||
name: config-cloudflare-ddns
|
||||
readOnly: true
|
||||
volumes:
|
||||
- name: config-cloudflare-ddns
|
||||
secret:
|
||||
secretName: config-cloudflare-ddns
|
||||
33
k8s/cloudflare-ddns.yml
Normal file
33
k8s/cloudflare-ddns.yml
Normal file
@@ -0,0 +1,33 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: cloudflare-ddns
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: cloudflare-ddns
|
||||
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: cloudflare-ddns
|
||||
|
||||
spec:
|
||||
containers:
|
||||
- name: cloudflare-ddns
|
||||
image: timothyjmiller/cloudflare-ddns:latest
|
||||
resources:
|
||||
limits:
|
||||
memory: '32Mi'
|
||||
cpu: '50m'
|
||||
env:
|
||||
- name: CONFIG_PATH
|
||||
value: '/etc/cloudflare-ddns/'
|
||||
volumeMounts:
|
||||
- mountPath: '/etc/cloudflare-ddns'
|
||||
name: config-cloudflare-ddns
|
||||
readOnly: true
|
||||
volumes:
|
||||
- name: config-cloudflare-ddns
|
||||
secret:
|
||||
secretName: config-cloudflare-ddns
|
||||
Reference in New Issue
Block a user