File tree Expand file tree Collapse file tree 1 file changed +0
-56
lines changed
tests/templates/kuttl/tls Expand file tree Collapse file tree 1 file changed +0
-56
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,6 @@ metadata:
4949 name: derby-druid-coordinator
5050spec:
5151 ports:
52- - name: metrics
53- port: 9090
54- protocol: TCP
55- targetPort: 9090
5652{% if test_scenario ['values' ]['tls-mode' ] == 'internal-and-server-tls' or test_scenario ['values' ]['tls-mode' ] == 'internal-and-server-tls-and-tls-client-auth' %}
5753 - name: https
5854 port: 8281
@@ -67,58 +63,10 @@ spec:
6763---
6864apiVersion: v1
6965kind: Service
70- metadata:
71- name: derby-druid-middlemanager
72- spec:
73- ports:
74- - name: metrics
75- port: 9090
76- protocol: TCP
77- targetPort: 9090
78- {% if test_scenario ['values' ]['tls-mode' ] == 'internal-and-server-tls' or test_scenario ['values' ]['tls-mode' ] == 'internal-and-server-tls-and-tls-client-auth' %}
79- - name: https
80- port: 8291
81- protocol: TCP
82- targetPort: 8291
83- {% else %}
84- - name: http
85- port: 8091
86- protocol: TCP
87- targetPort: 8091
88- {% endif %}
89- ---
90- apiVersion: v1
91- kind: Service
92- metadata:
93- name: derby-druid-historical
94- spec:
95- ports:
96- - name: metrics
97- port: 9090
98- protocol: TCP
99- targetPort: 9090
100- {% if test_scenario ['values' ]['tls-mode' ] == 'internal-and-server-tls' or test_scenario ['values' ]['tls-mode' ] == 'internal-and-server-tls-and-tls-client-auth' %}
101- - name: https
102- port: 8283
103- protocol: TCP
104- targetPort: 8283
105- {% else %}
106- - name: http
107- port: 8083
108- protocol: TCP
109- targetPort: 8083
110- {% endif %}
111- ---
112- apiVersion: v1
113- kind: Service
11466metadata:
11567 name: derby-druid-router
11668spec:
11769 ports:
118- - name: metrics
119- port: 9090
120- protocol: TCP
121- targetPort: 9090
12270{% if test_scenario ['values' ]['tls-mode' ] == 'internal-and-server-tls' or test_scenario ['values' ]['tls-mode' ] == 'internal-and-server-tls-and-tls-client-auth' %}
12371 - name: https
12472 port: 9088
@@ -137,10 +85,6 @@ metadata:
13785 name: derby-druid-broker
13886spec:
13987 ports:
140- - name: metrics
141- port: 9090
142- protocol: TCP
143- targetPort: 9090
14488{% if test_scenario ['values' ]['tls-mode' ] == 'internal-and-server-tls' or test_scenario ['values' ]['tls-mode' ] == 'internal-and-server-tls-and-tls-client-auth' %}
14589 - name: https
14690 port: 8282
You can’t perform that action at this time.
0 commit comments