Skip to content

Commit

Permalink
feat: set console's default resources (#1751)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiuker authored Sep 5, 2023
1 parent 0e9f399 commit 3a6e9e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion helm/operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ console:
affinity: { }
tolerations: [ ]
topologySpreadConstraints: [ ]
resources: { }
resources:
requests:
cpu: 0.25
memory: 512Mi
securityContext:
runAsUser: 1000
runAsNonRoot: true
Expand Down

0 comments on commit 3a6e9e9

Please sign in to comment.