File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ metadata:
88 annotations :
99 # Issue certificates for TLS hosts automatically
1010 cert-manager.io/cluster-issuer : " selfsigning-issuer"
11+ # GCP/GKE requires a domain name or the certificate will fail
12+ # to parse with sslCertificateCouldNotParseCert.
13+ cert-manager.io/common-name : test.com
1114 # Disable HTTP traffic
1215 kubernetes.io/ingress.allow-http : " false"
1316spec :
2023 - host : " elasticsearch.hulk"
2124 http :
2225 paths :
23- - path : " /* "
24- pathType : Exact
26+ - path : " /"
27+ pathType : Prefix
2528 backend :
2629 service :
2730 name : hulk-es-http
3033 - host : " kibana.hulk"
3134 http :
3235 paths :
33- - path : " /* "
34- pathType : Exact
36+ - path : " /"
37+ pathType : Prefix
3538 backend :
3639 service :
3740 name : hulk-kb-http
You can’t perform that action at this time.
0 commit comments