File tree Expand file tree Collapse file tree
tests/templates/kuttl/listener Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,32 +42,32 @@ kind: Service
4242metadata :
4343 name : test-trino-coordinator
4444spec :
45- type : NodePort # external-unstable - by listener op
45+ type : NodePort # by listener op
4646---
4747apiVersion : v1
4848kind : Service
4949metadata :
5050 name : test-trino-coordinator-default-headless
5151spec :
52- type : ClusterIP # cluster-internal - by trino op
52+ type : ClusterIP # by trino op
5353---
5454apiVersion : v1
5555kind : Service
5656metadata :
5757 name : test-trino-coordinator-default-metrics
5858spec :
59- type : ClusterIP # cluster-internal - by trino op
59+ type : ClusterIP # by trino op
6060---
6161apiVersion : v1
6262kind : Service
6363metadata :
6464 name : test-trino-worker-default-headless
6565spec :
66- type : ClusterIP # cluster-internal - by trino op
66+ type : ClusterIP # by trino op
6767---
6868apiVersion : v1
6969kind : Service
7070metadata :
7171 name : test-trino-worker-default-metrics
7272spec :
73- type : ClusterIP # cluster-internal - by trino op
73+ type : ClusterIP # by trino op
You can’t perform that action at this time.
0 commit comments