mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 13:01:21 +00:00
fix(external-dns): ci.nold.in
This commit is contained in:
parent
8dd38352f9
commit
9b651c854d
2 changed files with 10 additions and 9 deletions
|
@ -4,8 +4,7 @@
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: k8s.gcr.io/external-dns/external-dns
|
repository: k8s.gcr.io/external-dns/external-dns
|
||||||
# Overrides the image tag whose default is v{{ .Chart.AppVersion }}
|
tag: "v0.12.2"
|
||||||
tag: ""
|
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
shareProcessNamespace: false
|
shareProcessNamespace: false
|
||||||
|
@ -37,11 +36,13 @@ env:
|
||||||
name: cloudflare-api
|
name: cloudflare-api
|
||||||
key: CF_API_TOKEN
|
key: CF_API_TOKEN
|
||||||
|
|
||||||
extraVolumes: []
|
resources:
|
||||||
|
limits:
|
||||||
extraVolumeMounts: []
|
memory: 50Mi
|
||||||
|
cpu: 200m
|
||||||
resources: {}
|
requests:
|
||||||
|
memory: 50Mi
|
||||||
|
cpu: 10m
|
||||||
|
|
||||||
logLevel: info
|
logLevel: info
|
||||||
logFormat: text
|
logFormat: text
|
||||||
|
@ -60,8 +61,7 @@ txtOwnerId: ""
|
||||||
txtPrefix: ""
|
txtPrefix: ""
|
||||||
txtSuffix: ""
|
txtSuffix: ""
|
||||||
|
|
||||||
domainFilters:
|
domainFilters: []
|
||||||
- nold.in
|
|
||||||
|
|
||||||
provider: cloudflare
|
provider: cloudflare
|
||||||
|
|
||||||
|
|
|
@ -56,6 +56,7 @@ ingress:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt
|
cert-manager.io/cluster-issuer: letsencrypt
|
||||||
kubernetes.io/ingress.class: external
|
kubernetes.io/ingress.class: external
|
||||||
external-dns.alpha.kubernetes.io/hostname: ci.nold.in
|
external-dns.alpha.kubernetes.io/hostname: ci.nold.in
|
||||||
|
external-dns.alpha.kubernetes.io/target: nold.in
|
||||||
hosts:
|
hosts:
|
||||||
- host: ci.nold.in
|
- host: ci.nold.in
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue