-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Description
The values file in cloudflare-tunnel-remote shows the use of the resources key:
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
However, the deployment template never looks at this key to actually update the resources. This is very strange as a search of the repository shows that this was fixed in PR #65 but that change does not appear in the history for the deployment template.
Khuman2
Metadata
Metadata
Assignees
Labels
No labels