File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 33
33
nodePort : {{ .Values.controlPlane.service.httpsNodePort }}
34
34
protocol : TCP
35
35
{{- if .Values.privateNodes.enabled }}
36
- {{- if .Values.controlPlane.advanced.konnectivity.enabled }}
36
+ {{- if .Values.controlPlane.advanced.konnectivity.server. enabled }}
37
37
- name : kon-agent
38
38
port : 8132
39
39
protocol : TCP
Original file line number Diff line number Diff line change @@ -116,3 +116,35 @@ tests:
116
116
path : spec.ports[1].targetPort
117
117
- notExists :
118
118
path : spec.selector
119
+
120
+ - it : konnectivity
121
+ release :
122
+ name : my-release
123
+ namespace : my-namespace
124
+ set :
125
+ privateNodes :
126
+ enabled : true
127
+ asserts :
128
+ - hasDocuments :
129
+ count : 1
130
+ - lengthEqual :
131
+ path : spec.ports
132
+ count : 5
133
+ - contains :
134
+ path : spec.ports
135
+ content :
136
+ name : kon-agent
137
+ protocol : TCP
138
+ port : 8132
139
+ - contains :
140
+ path : spec.ports
141
+ content :
142
+ name : kon-admin
143
+ protocol : TCP
144
+ port : 8133
145
+ - contains :
146
+ path : spec.ports
147
+ content :
148
+ name : kon-health
149
+ protocol : TCP
150
+ port : 8134
You can’t perform that action at this time.
0 commit comments