Ver Fonte

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

Romain há 6 anos atrás
pai
commit
e878aaf1ab
1 ficheiros alterados com 3 adições e 3 exclusões
  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"