Skip to content

Commit

Permalink
Reset values back to pre rebase changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chainchad committed Dec 1, 2023
1 parent 00eff9f commit 4cd2fec
Showing 1 changed file with 15 additions and 21 deletions.
36 changes: 15 additions & 21 deletions charts/chainlink-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,17 @@
# images can be overriden for the same keys:
# image: ethereum/client-go
# version: stable
podSecurityContext:
fsGroup: 999

chainlink:
podSecurityContext:
fsGroup: 14933
securityContext:
capabilities:
drop:
- ALL
readOnlyRootFilesystem: false
runAsNonRoot: true
runAsUser: 14933
runAsGroup: 999
runAsGroup: 14933
web_port: 6688
p2p_port: 6690
nodes:
Expand Down Expand Up @@ -79,6 +78,8 @@ chainlink:
#
# if you are running long tests
db:
podSecurityContext:
fsGroup: 999
securityContext:
capabilities:
drop:
Expand All @@ -97,6 +98,8 @@ db:
memory: 1024Mi
# default cluster shipped with latest Geth ( dev mode by default )
geth:
podSecurityContext:
fsGroup: 999
securityContext:
capabilities:
drop:
Expand All @@ -120,16 +123,6 @@ geth:
# mockserver is https://www.mock-server.com/where/kubernetes.html
# used to stub External Adapters
mockserver:
# image: "mockserver/mockserver"
# version: "mockserver-5.15.0"
securityContext:
capabilities:
drop:
- ALL
readOnlyRootFilesystem: false
runAsNonRoot: true
runAsUser: 999
runAsGroup: 999
enabled: true
releasenameOverride: mockserver
app:
Expand All @@ -144,6 +137,8 @@ mockserver:
cpu: 1
memory: 1024Mi
runner:
podSecurityContext:
fsGroup: 999
securityContext:
capabilities:
drop:
Expand All @@ -160,20 +155,19 @@ runner:
limits:
cpu: 1
memory: 512Mi
affinity: { }
tolerations: [ ]
nodeSelector: { }
affinity: {}
tolerations: []
nodeSelector: {}
ingress:
enabled: false
className: ""
hosts: [ ]
tls: [ ]
annotations: { }
hosts: []
tls: []
annotations: {}
service:
type: NodePort
port: 8080


# monitoring.coreos.com/v1 PodMonitor for each node
prometheusMonitor: true

Expand Down

0 comments on commit 4cd2fec

Please sign in to comment.