Closed adrian-salas closed 1 year ago
Hello,
After using the following label: katenary.io/healthcheck: tcp://localhost:3306
katenary.io/healthcheck: tcp://localhost:3306
The generated output is the following:
livenessProbe: tcp: port: 3306 ...
However the syntax is: tcpSocket (https://kubernetes.io/fr/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#d%C3%A9finir-une-tcp-liveness-probe)
tcpSocket
Hello, I reproduce the issue and confirm the fix is correct. Thanks!
Hello,
After using the following label:
katenary.io/healthcheck: tcp://localhost:3306
The generated output is the following:
However the syntax is:
tcpSocket
(https://kubernetes.io/fr/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#d%C3%A9finir-une-tcp-liveness-probe)