Skip to content

Commit

Permalink
feat(opcua): update limits/requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Doritanh committed Jul 16, 2024
1 parent 39e0c5f commit f9cb01b
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions charts/opcua/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,13 @@ service: {}
# type: NodePort
# port: 8080

resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
resources:
limits:
cpu: 2
memory: 4096Mi
requests:
cpu: 2
memory: 4096Mi

# readinessProbe configuration is intentionally set to use `ls` command.
# This is because OPC UA does not run continuously, and using `ls` is a lightweight method to check for the container's basic operational status.
Expand Down

0 comments on commit f9cb01b

Please sign in to comment.