Remove ingress, drop memory requests

This commit is contained in:
Jonny Ervine 2026-04-16 17:53:09 +08:00
parent d2ace4be88
commit 6ed00d6d84
2 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ recommender:
memory: 1000Mi memory: 1000Mi
requests: requests:
cpu: 50m cpu: 50m
memory: 500Mi memory: 70Mi
nodeSelector: {} nodeSelector: {}
tolerations: [] tolerations: []
affinity: {} affinity: {}

View File

@ -140,7 +140,7 @@ dashboard:
ingress: ingress:
# dashboard.ingress.enabled -- Enables an ingress object for the dashboard. # dashboard.ingress.enabled -- Enables an ingress object for the dashboard.
enabled: true enabled: false
# dashboard.ingress.ingressClassName -- From Kubernetes 1.18+ this field is supported in case your ingress controller supports it. When set, you do not need to add the ingress class as annotation. # dashboard.ingress.ingressClassName -- From Kubernetes 1.18+ this field is supported in case your ingress controller supports it. When set, you do not need to add the ingress class as annotation.
ingressClassName: ingressClassName: