Skip to content

Commit

Permalink
Add correct inputs to mockserver
Browse files Browse the repository at this point in the history
  • Loading branch information
chainchad authored and skudasov committed Nov 30, 2023
1 parent 281eed5 commit 7a5239c
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions charts/chainlink-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,17 +119,11 @@ geth:
# mockserver is https://www.mock-server.com/where/kubernetes.html
# used to stub External Adapters
mockserver:
podSecurityContext:
fsGroup: 999
securityContext:
capabilities:
drop:
- ALL
readOnlyRootFilesystem: false
runAsNonRoot: true
runAsUser: 999
runAsGroup: 999
enabled: true
releasenameOverride: mockserver
app:
runAsUser: 999
readOnlyRootFilesystem: false
runner:
podSecurityContext:
fsGroup: 999
Expand Down

0 comments on commit 7a5239c

Please sign in to comment.