Compare commits
3 Commits
build_2025
...
develop
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
560699c81d | ||
|
|
1926a6deb5 | ||
|
|
87272f4b45 |
@@ -6,7 +6,7 @@ name: bot_tamiseur
|
|||||||
|
|
||||||
# Version du chart : doit changer si l'application change ou si la configuration du chart change
|
# Version du chart : doit changer si l'application change ou si la configuration du chart change
|
||||||
#version: 1
|
#version: 1
|
||||||
version: "1"
|
version: "1.1.0"
|
||||||
|
|
||||||
# icon (optionnel) mais génère un warning avec "helm lint"
|
# icon (optionnel) mais génère un warning avec "helm lint"
|
||||||
icon: https://helm.sh/img/helm-logo.svg
|
icon: https://helm.sh/img/helm-logo.svg
|
||||||
@@ -4,7 +4,8 @@ kind: Ingress
|
|||||||
metadata:
|
metadata:
|
||||||
name: {{ .Release.Name }}
|
name: {{ .Release.Name }}
|
||||||
annotations:
|
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 }}
|
cert-manager.io/cluster-issuer: {{ .Values.ingress.issuer }}
|
||||||
nginx.ingress.kubernetes.io/backend-protocol: "HTTP"
|
nginx.ingress.kubernetes.io/backend-protocol: "HTTP"
|
||||||
{{- if .Values.ingress.geoip }}
|
{{- if .Values.ingress.geoip }}
|
||||||
|
|||||||
@@ -27,5 +27,6 @@ ingress:
|
|||||||
class: nginx
|
class: nginx
|
||||||
subdomain: dcb-chantier.prd
|
subdomain: dcb-chantier.prd
|
||||||
domain: angels-dev.fr
|
domain: angels-dev.fr
|
||||||
|
provider: cloudflare
|
||||||
issuer: letsencrypt-prod
|
issuer: letsencrypt-prod
|
||||||
geoip: false
|
geoip: false
|
||||||
Reference in New Issue
Block a user