Browse Source

Added default requests and limits

master
Fábio Kaiser Rauber 3 years ago
parent
commit
a40b1daeee
  1. 27
      charts/pdnsadmin/v0.1.0/values.yaml

27
charts/pdnsadmin/v0.1.0/values.yaml

@ -44,17 +44,13 @@ ingress:
# hosts:
# - chart-example.local
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: 1000m
memory: 512Mi
requests:
cpu: 100m
memory: 200Mi
nodeSelector: {}
@ -80,8 +76,15 @@ mariadb:
- ReadWriteOnce
enabled: true
size: 2Gi
resources:
limits:
cpu: 1000m
memory: 256Mi
requests:
cpu: 100m
memory: 128Mi
auth:
database: pdnsadmin
password: pdnsadminpw
rootPassword: pdnsadminrootpw
username: pdnsadmin
username: pdnsadmin
Loading…
Cancel
Save