Skip to content

Commit

Permalink
Remove debugging line
Browse files Browse the repository at this point in the history
  • Loading branch information
sgayangi committed Mar 30, 2024
1 parent bcbeaa7 commit c3ca632
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec:
{{- if and .Values.wso2.apk.metrics .Values.wso2.apk.metrics.enabled }}
value: -Dhttpclient.hostnameVerifier=AllowAll -Xms512m -Xmx512m -XX:MaxRAMFraction=2 -Dapk.jmx.metrics.enabled=true -javaagent:/home/wso2/lib/jmx_prometheus_javaagent-0.20.0.jar=18006:/tmp/metrics/prometheus-jmx-config-enforcer.yml
{{- else }}
value: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5006 -Dhttpclient.hostnameVerifier=AllowAll -Xms512m -Xmx512m -XX:MaxRAMFraction=2
value: -Dhttpclient.hostnameVerifier=AllowAll -Xms512m -Xmx512m -XX:MaxRAMFraction=2
{{- end }}
{{- if .Values.wso2.apk.dp.gatewayRuntime.deployment.enforcer.redis }}
- name: REDIS_USERNAME
Expand Down

0 comments on commit c3ca632

Please sign in to comment.