Commit 8ddc1ce7 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Default values for requests and limits at resources were set

parent 4612f154
Loading
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -64,17 +64,17 @@ ingress:
  #    hosts:
  #      - chart-example.local

resources: {}
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
  limits:
    cpu: 200m
    memory: 256Mi
  requests:
    cpu: 1m
    memory: 1Mi

livenessProbe:
  tcpSocket:
+7 −7
Original line number Diff line number Diff line
@@ -75,17 +75,17 @@ ingress:
  #    hosts:
  #      - chart-example.local

resources: {}
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
  limits:
    cpu: 200m
    memory: 256Mi
  requests:
    cpu: 1m
    memory: 1Mi

autoscaling:
  enabled: false
+7 −7
Original line number Diff line number Diff line
@@ -68,17 +68,17 @@ ingress:
  #    hosts:
  #      - chart-example.local

resources: {}
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
  limits:
    cpu: 200m
    memory: 256Mi
  requests:
    cpu: 1m
    memory: 1Mi

livenessProbe:
  tcpSocket:
+7 −7
Original line number Diff line number Diff line
@@ -64,17 +64,17 @@ ingress:
  #    hosts:
  #      - chart-example.local

resources: {}
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
  limits:
    cpu: 200m
    memory: 256Mi
  requests:
    cpu: 1m
    memory: 1Mi

livenessProbe:
  tcpSocket:
+7 −7
Original line number Diff line number Diff line
@@ -66,17 +66,17 @@ ingress:
  #    hosts:
  #      - chart-example.local

resources: {}
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
  limits:
    cpu: 200m
    memory: 256Mi
  requests:
    cpu: 1m
    memory: 1Mi

livenessProbe:
#  httpGet:
Loading