File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 7171 - port : {{ .Values.ApplicationNodes.port | default 9003 }}
7272 targetPort : hazelcast
7373 protocol : TCP
74- appProtocol : tcp
7574 name : hazelcast
7675 {{- if .Values.ApplicationNodes.webPort }}
7776 - port : {{ .Values.ApplicationNodes.webPort }}
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ searchNodes:
1818
1919 # # Environment variables to attach to the search pods
2020 # #
21- env :
22- # If you use a different ingress path from /, you have to add it here as the value of SONAR_WEB_CONTEXT
23- - name : SONAR_WEB_CONTEXT
24- value : /sonarqube
25- - name : VARIABLE
26- value : my-value
21+ # env:
22+ # # If you use a different ingress path from /, you have to add it here as the value of SONAR_WEB_CONTEXT
23+ # - name: SONAR_WEB_CONTEXT
24+ # value: /sonarqube
25+ # - name: VARIABLE
26+ # value: my-value
2727
2828 # # Labels to add to the search pods
2929 # #
You can’t perform that action at this time.
0 commit comments