mirror of
https://github.com/nold360/hive-apps
synced 2024-11-16 02:29:34 +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:
|
||||
repository: k8s.gcr.io/external-dns/external-dns
|
||||
# Overrides the image tag whose default is v{{ .Chart.AppVersion }}
|
||||
tag: ""
|
||||
tag: "v0.12.2"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
shareProcessNamespace: false
|
||||
|
@ -37,11 +36,13 @@ env:
|
|||
name: cloudflare-api
|
||||
key: CF_API_TOKEN
|
||||
|
||||
extraVolumes: []
|
||||
|
||||
extraVolumeMounts: []
|
||||
|
||||
resources: {}
|
||||
resources:
|
||||
limits:
|
||||
memory: 50Mi
|
||||
cpu: 200m
|
||||
requests:
|
||||
memory: 50Mi
|
||||
cpu: 10m
|
||||
|
||||
logLevel: info
|
||||
logFormat: text
|
||||
|
@ -60,8 +61,7 @@ txtOwnerId: ""
|
|||
txtPrefix: ""
|
||||
txtSuffix: ""
|
||||
|
||||
domainFilters:
|
||||
- nold.in
|
||||
domainFilters: []
|
||||
|
||||
provider: cloudflare
|
||||
|
||||
|
|
|
@ -56,6 +56,7 @@ ingress:
|
|||
cert-manager.io/cluster-issuer: letsencrypt
|
||||
kubernetes.io/ingress.class: external
|
||||
external-dns.alpha.kubernetes.io/hostname: ci.nold.in
|
||||
external-dns.alpha.kubernetes.io/target: nold.in
|
||||
hosts:
|
||||
- host: ci.nold.in
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue