Skip to content

Commit

Permalink
Merge pull request #2247 from CrowleyRajapakse/newmain7
Browse files Browse the repository at this point in the history
Fixing startup issue in APIM Helm Chart with WSO2 docker images
  • Loading branch information
CrowleyRajapakse authored Apr 2, 2024
2 parents 2692859 + 33c90a4 commit 653e8e4
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions helm-charts/sample/apim/all-in-one/amd-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ kubernetes:
annotations:
securityContext:
# -- User ID of the container
runAsUser: 10001
runAsGroup: 10001
runAsUser: 802
runAsGroup: 802


wso2:
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/sample/apim/all-in-one/arm-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ kubernetes:
annotations:
securityContext:
# -- User ID of the container
runAsUser: 10001
runAsGroup: 10001
runAsUser: 802
runAsGroup: 802


wso2:
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/sample/apim/cp/amd-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ kubernetes:

securityContext:
# -- User ID of the container
runAsUser: 10001
runAsUser: 802
# -- Enable AppArmor profiles for the deployment
enableAppArmor: false

Expand Down
2 changes: 1 addition & 1 deletion helm-charts/sample/apim/cp/apk-cp/amd-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ kubernetes:

securityContext:
# -- User ID of the container
runAsUser: 10001
runAsUser: 802
# -- Enable AppArmor profiles for the deployment
enableAppArmor: false

Expand Down
2 changes: 1 addition & 1 deletion helm-charts/sample/apim/cp/apk-cp/arm-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ kubernetes:

securityContext:
# -- User ID of the container
runAsUser: 10001
runAsUser: 802
# -- Enable AppArmor profiles for the deployment
enableAppArmor: false

Expand Down
2 changes: 1 addition & 1 deletion helm-charts/sample/apim/cp/arm-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ kubernetes:

securityContext:
# -- User ID of the container
runAsUser: 10001
runAsUser: 802
# -- Enable AppArmor profiles for the deployment
enableAppArmor: false

Expand Down

0 comments on commit 653e8e4

Please sign in to comment.