Hi,
Ingresses seem to communicate without TLS when mode is ingress and passthrough is disabled, the controller logs some http: TLS handshake error from 10.0.19.33:34070: tls: first record does not look like a TLS handshake when I try to run an exporter.
I did not find a way to disable TLS on the pod.
Switching from nginx.ingress.kubernetes.io/backend-protocol: GRPC to nginx.ingress.kubernetes.io/backend-protocol: GRPCS fixes the problem in my case.
Am I missing something?
Configuration:
jumpstarter-controller:
grpc:
tls:
mode: "reencrypt"
routercertsecret: router.mydomain-tls
controllerCertSecret: controller.mydomain-tls
mode: "ingress"
ingress:
class: nginx
Deployment:
helm upgrade jumpstarter --install oci://quay.io/jumpstarter-dev/helm/jumpstarter --version=0.7.0-1217-g9eadf19b -f values.yaml
Hi,
Ingresses seem to communicate without TLS when mode is ingress and passthrough is disabled, the controller logs some
http: TLS handshake error from 10.0.19.33:34070: tls: first record does not look like a TLS handshakewhen I try to run an exporter.I did not find a way to disable TLS on the pod.
Switching from
nginx.ingress.kubernetes.io/backend-protocol: GRPCtonginx.ingress.kubernetes.io/backend-protocol: GRPCSfixes the problem in my case.Am I missing something?
Configuration:
Deployment: