Skip to content

Commit 1933125

Browse files
committed
remove listener related comments
1 parent f68f423 commit 1933125

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tests/templates/kuttl/listener/10-assert.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,32 +42,32 @@ kind: Service
4242
metadata:
4343
name: test-trino-coordinator
4444
spec:
45-
type: NodePort # external-unstable - by listener op
45+
type: NodePort # by listener op
4646
---
4747
apiVersion: v1
4848
kind: Service
4949
metadata:
5050
name: test-trino-coordinator-default-headless
5151
spec:
52-
type: ClusterIP # cluster-internal - by trino op
52+
type: ClusterIP # by trino op
5353
---
5454
apiVersion: v1
5555
kind: Service
5656
metadata:
5757
name: test-trino-coordinator-default-metrics
5858
spec:
59-
type: ClusterIP # cluster-internal - by trino op
59+
type: ClusterIP # by trino op
6060
---
6161
apiVersion: v1
6262
kind: Service
6363
metadata:
6464
name: test-trino-worker-default-headless
6565
spec:
66-
type: ClusterIP # cluster-internal - by trino op
66+
type: ClusterIP # by trino op
6767
---
6868
apiVersion: v1
6969
kind: Service
7070
metadata:
7171
name: test-trino-worker-default-metrics
7272
spec:
73-
type: ClusterIP # cluster-internal - by trino op
73+
type: ClusterIP # by trino op

0 commit comments

Comments
 (0)