Skip to content

Commit

Permalink
fix(k8s_init): kubernetes dashboard restart issue (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshnayak305 authored Jan 23, 2025
1 parent 053e788 commit 0805e4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/k8s_init/files/kubernetes_dashboard_values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ kong:
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
resources:
limits:
cpu: 200m
cpu: 500m
memory: 500Mi
requests:
cpu: 100m
cpu: 200m
memory: 300Mi
# Tolerations for pod assignment
# Ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
Expand Down

0 comments on commit 0805e4f

Please sign in to comment.