proxy *.akshun-lab.cc and add seperate container for gitea.akshun-lab.cc without cf proxy in cf-ddns deployment
All checks were successful
Validate Kubernetes Manifests / kubeconform (push) Successful in 7s
All checks were successful
Validate Kubernetes Manifests / kubeconform (push) Successful in 7s
This commit is contained in:
@@ -15,7 +15,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
containers:
|
containers:
|
||||||
- name: cf-ddns
|
- name: cf-ddns-1
|
||||||
image: favonia/cloudflare-ddns:1.15.1
|
image: favonia/cloudflare-ddns:1.15.1
|
||||||
securityContext:
|
securityContext:
|
||||||
capabilities:
|
capabilities:
|
||||||
@@ -24,6 +24,25 @@ spec:
|
|||||||
env:
|
env:
|
||||||
- name: DOMAINS
|
- name: DOMAINS
|
||||||
value: "*.akshun-lab.cc"
|
value: "*.akshun-lab.cc"
|
||||||
|
- name: PROXIED
|
||||||
|
value: "true"
|
||||||
|
- name: IP4_PROVIDER
|
||||||
|
value: "none"
|
||||||
|
- name: CLOUDFLARE_API_TOKEN
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: cf-ddns-secret
|
||||||
|
key: api-token
|
||||||
|
|
||||||
|
- name: cf-ddns-2
|
||||||
|
image: favonia/cloudflare-ddns:1.15.1
|
||||||
|
securityContext:
|
||||||
|
capabilities:
|
||||||
|
drop:
|
||||||
|
- ALL
|
||||||
|
env:
|
||||||
|
- name: DOMAINS
|
||||||
|
value: "gitea.akshun-lab.cc"
|
||||||
- name: PROXIED
|
- name: PROXIED
|
||||||
value: "false"
|
value: "false"
|
||||||
- name: IP4_PROVIDER
|
- name: IP4_PROVIDER
|
||||||
|
|||||||
Reference in New Issue
Block a user