Skip to content

Commit

Permalink
fix values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tharindu1st committed Nov 16, 2023
1 parent 3258643 commit 3e0ea56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ spec:
- name: enforcer_admin_pwd
value: admin
- name: JAVA_OPTS
# value: -Dhttpclient.hostnameVerifier=AllowAll -Xms512m -Xmx512m -XX:MaxRAMFraction=2
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
{{- if .Values.wso2.apk.dp.gatewayRuntime.deployment.enforcer.redis }}
- name: REDIS_USERNAME
value: {{ .Values.wso2.apk.dp.gatewayRuntime.deployment.enforcer.redis.username | default "default" }}
Expand Down
12 changes: 6 additions & 6 deletions helm-charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ wso2:
failureThreshold: 5
strategy: RollingUpdate
replicas: 1
imagePullPolicy: IfNotPresent
image: apk-adapter:1.0.0-SNAPSHOT
imagePullPolicy: Always
image: wso2/apk-adapter:latest
security:
sslHostname: "adapter"
# logging:
Expand Down Expand Up @@ -245,8 +245,8 @@ wso2:
failureThreshold: 5
strategy: RollingUpdate
replicas: 1
imagePullPolicy: IfNotPresent
image: apk-common-controller:1.0.0-SNAPSHOT
imagePullPolicy: Always
image: wso2/apk-common-controller:latest
security:
sslHostname: "commoncontroller"
# configs:
Expand Down Expand Up @@ -333,8 +333,8 @@ wso2:
periodSeconds: 20
failureThreshold: 5
strategy: RollingUpdate
imagePullPolicy: IfNotPresent
image: apk-enforcer:1.0.0-SNAPSHOT
imagePullPolicy: Always
image: wso2/apk-enforcer:latest
security:
sslHostname: "enforcer"
# logging:
Expand Down

0 comments on commit 3e0ea56

Please sign in to comment.