test: temporarily disable tts-gateway mTLS for Mac-side testing
Some checks failed
validate / lint (push) Failing after 1s

TODO: revert once done - restores plaintext-only gRPC (no client cert
required) so synthesis can be exercised via port-forward + grpcurl
-plaintext from outside the cluster, without extracting cert material.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Nik Afiq 2026-07-25 00:22:20 +09:00
parent 12718203ac
commit d93aa3541c

View File

@ -42,8 +42,10 @@ spec:
value: "info" value: "info"
- name: LOG_FORMAT - name: LOG_FORMAT
value: "json" value: "json"
- name: TLS_DIR # TODO: uncomment to re-enable mTLS - temporarily disabled for
value: /tls # direct grpcurl -plaintext testing from outside the cluster.
# - name: TLS_DIR
# value: /tls
readinessProbe: readinessProbe:
tcpSocket: tcpSocket:
port: 50053 port: 50053