Merge pull request 'Prise en charge provider externaldns' (#17) from develop into master
Reviewed-on: #17
This commit was merged in pull request #17.
This commit is contained in:
@@ -6,7 +6,7 @@ name: bot_tamiseur
|
||||
|
||||
# Version du chart : doit changer si l'application change ou si la configuration du chart change
|
||||
#version: 1
|
||||
version: "1"
|
||||
version: "1.1.0"
|
||||
|
||||
# icon (optionnel) mais génère un warning avec "helm lint"
|
||||
icon: https://helm.sh/img/helm-logo.svg
|
||||
@@ -4,7 +4,8 @@ kind: Ingress
|
||||
metadata:
|
||||
name: {{ .Release.Name }}
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/target: omegamaestro.{{ .Values.ingress.domain }}
|
||||
external-dns.alpha.kubernetes.io/target: OmegaMaestro.{{- if eq .Values.ingress.provider "technitium" }}force-field.{{- end }}{{ .Values.ingress.domain }}
|
||||
external-dns.alpha.kubernetes.io/{{ .Values.ingress.provider }}: "true"
|
||||
cert-manager.io/cluster-issuer: {{ .Values.ingress.issuer }}
|
||||
nginx.ingress.kubernetes.io/backend-protocol: "HTTP"
|
||||
{{- if .Values.ingress.geoip }}
|
||||
|
||||
@@ -27,5 +27,6 @@ ingress:
|
||||
class: nginx
|
||||
subdomain: dcb-chantier.prd
|
||||
domain: angels-dev.fr
|
||||
provider: cloudflare
|
||||
issuer: letsencrypt-prod
|
||||
geoip: false
|
||||
Reference in New Issue
Block a user