Ver código fonte

HUE-8888 [k8s] Do not run a staging clusterissuer in prod

Romain 6 anos atrás
pai
commit
a4207c1d6d

+ 1 - 1
tools/kubernetes/helm/hue/templates/clusterissuer-letsencrypt-staging.yaml

@@ -1,4 +1,4 @@
-{{- if and .Values.ingress.create (eq .Values.ingress.type "nginx-ssl") -}}
+{{- if and .Values.ingress.create (eq .Values.ingress.type "nginx-ssl-staging") -}}
 apiVersion: certmanager.k8s.io/v1alpha1
 kind: ClusterIssuer
 metadata:

+ 1 - 0
tools/kubernetes/helm/hue/values.yaml

@@ -52,6 +52,7 @@ ingress:
   create: false
   type: "nginx"
   # type: "nginx-ssl"
+  # type: "nginx-ssl-staging"
   # type: "traefik"
   domain: "demo.gethue.com"
   email: "team@gethue.com"