Explorar o código

HUE-8888 [k8s] Enable https for the docs ingress

Romain %!s(int64=6) %!d(string=hai) anos
pai
achega
e878aaf1ab
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      tools/kubernetes/helm/website/values.yaml

+ 3 - 3
tools/kubernetes/helm/website/values.yaml

@@ -12,7 +12,7 @@ docs:
 monitoring:
   enabled: false
 ingress:
-  create: false
-  type: "nginx"
-  # type: "nginx-ssl"
+  create: true
+  #type: "nginx"
+  type: "nginx-ssl"
   email: "team@gethue.com"