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 Original line Diff line number Diff line
@@ -64,17 +64,17 @@ ingress:
  #    hosts:
  #    hosts:
  #      - chart-example.local
  #      - chart-example.local


resources: {}
resources:
  # We usually recommend not to specify default resources and to leave this as a conscious
  # 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
  # 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
  # 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:'.
  # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
#  limits:
  limits:
#    cpu: 100m
    cpu: 200m
#    memory: 128Mi
    memory: 256Mi
#  requests:
  requests:
#    cpu: 100m
    cpu: 1m
#    memory: 128Mi
    memory: 1Mi


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


resources: {}
resources:
  # We usually recommend not to specify default resources and to leave this as a conscious
  # 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
  # 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
  # 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:'.
  # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
#  limits:
  limits:
#    cpu: 100m
    cpu: 200m
#    memory: 128Mi
    memory: 256Mi
#  requests:
  requests:
#    cpu: 100m
    cpu: 1m
#    memory: 128Mi
    memory: 1Mi


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


resources: {}
resources:
  # We usually recommend not to specify default resources and to leave this as a conscious
  # 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
  # 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
  # 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:'.
  # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
#  limits:
  limits:
#    cpu: 100m
    cpu: 200m
#    memory: 128Mi
    memory: 256Mi
#  requests:
  requests:
#    cpu: 100m
    cpu: 1m
#    memory: 128Mi
    memory: 1Mi


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


resources: {}
resources:
  # We usually recommend not to specify default resources and to leave this as a conscious
  # 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
  # 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
  # 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:'.
  # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
#  limits:
  limits:
#    cpu: 100m
    cpu: 200m
#    memory: 128Mi
    memory: 256Mi
#  requests:
  requests:
#    cpu: 100m
    cpu: 1m
#    memory: 128Mi
    memory: 1Mi


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


resources: {}
resources:
  # We usually recommend not to specify default resources and to leave this as a conscious
  # 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
  # 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
  # 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:'.
  # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
#  limits:
  limits:
#    cpu: 100m
    cpu: 200m
#    memory: 128Mi
    memory: 256Mi
#  requests:
  requests:
#    cpu: 100m
    cpu: 1m
#    memory: 128Mi
    memory: 1Mi


livenessProbe:
livenessProbe:
#  httpGet:
#  httpGet:
Loading