cockroach-operator icon indicating copy to clipboard operation
cockroach-operator copied to clipboard

fix: add annotation for UI ingress

Open kakascx opened this issue 2 years ago • 1 comments

Add the https annotation for UI ingress when using secure mode

I'm using the ingress to expose the adminUI service. It doesn't work under the master branch and return http status 307, meanwhile the location in response header is the requeset address forever

image

By adding the annotaion nginx.ingress.kubernetes.io/backend-protocol: HTTPS can solve this problem.

image

kakascx avatar Mar 15 '23 10:03 kakascx

CLA assistant check
All committers have signed the CLA.

cockroach-teamcity avatar Mar 15 '23 10:03 cockroach-teamcity