ingress external dns cloudflare
This commit is contained in:
parent
321a707f88
commit
553e3e1eb4
3 changed files with 12 additions and 1 deletions
4
ingress-system/00-namespace.yaml
Normal file
4
ingress-system/00-namespace.yaml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: ingress-system
|
|
@ -3,5 +3,5 @@ kind: Secret
|
||||||
metadata:
|
metadata:
|
||||||
name: cloudflare-api-token
|
name: cloudflare-api-token
|
||||||
namespace: ingress-system
|
namespace: ingress-system
|
||||||
data:
|
stringData:
|
||||||
token: 9gCqm5J98tBKKZlcH5oUvQ5GmNKAxtSoRa5TfWea
|
token: 9gCqm5J98tBKKZlcH5oUvQ5GmNKAxtSoRa5TfWea
|
||||||
|
|
|
@ -26,6 +26,13 @@ spec:
|
||||||
- --managed-record-types=A
|
- --managed-record-types=A
|
||||||
- --managed-record-types=CNAME
|
- --managed-record-types=CNAME
|
||||||
- --managed-record-types=NS
|
- --managed-record-types=NS
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
memory: "64Mi"
|
||||||
|
cpu: "250m"
|
||||||
|
limits:
|
||||||
|
memory: "128Mi"
|
||||||
|
cpu: "500m"
|
||||||
env:
|
env:
|
||||||
- name: CF_API_TOKEN
|
- name: CF_API_TOKEN
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
|
Loading…
Reference in a new issue