Skip to content

Commit edb4f10

Browse files
fix fixtures
1 parent f519846 commit edb4f10

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

charts/sonarqube-dce/templates/service.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ spec:
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 }}

charts/sonarqube-dce/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
##

0 commit comments

Comments
 (0)