test: temporarily disable tts-gateway mTLS for Mac-side testing
Some checks failed
validate / lint (push) Failing after 1s
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:
parent
12718203ac
commit
d93aa3541c
@ -42,8 +42,10 @@ spec:
|
||||
value: "info"
|
||||
- name: LOG_FORMAT
|
||||
value: "json"
|
||||
- name: TLS_DIR
|
||||
value: /tls
|
||||
# TODO: uncomment to re-enable mTLS - temporarily disabled for
|
||||
# direct grpcurl -plaintext testing from outside the cluster.
|
||||
# - name: TLS_DIR
|
||||
# value: /tls
|
||||
readinessProbe:
|
||||
tcpSocket:
|
||||
port: 50053
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user