Browse Source

asd

pull/149/head
Marat 3 years ago
parent
commit
ff81e959c4
  1. 14
      my-bloody-jenkins/values.yaml

14
my-bloody-jenkins/values.yaml

@ -74,12 +74,12 @@ rbac:
## It is highly recommended to give jenkins the amount of ## It is highly recommended to give jenkins the amount of
## cpu and memory in production usage ## cpu and memory in production usage
resources: resources:
# requests: requests:
# cpu: 200m cpu: 500m
# memory: 256Mi memory: 512Mi
# limits: limits:
# cpu: 200m cpu: 2000m
# memory: 256Mi memory: 2048Mi
######################################################## ########################################################
######################################################## ########################################################
@ -87,7 +87,7 @@ resources:
## This is why the livenessProbe.initialDelaySeconds is high ## This is why the livenessProbe.initialDelaySeconds is high
readinessProbe: readinessProbe:
timeoutSeconds: 5 timeoutSeconds: 5
initialDelaySeconds: 5 initialDelaySeconds: 120
periodSeconds: 5 periodSeconds: 5
failureThreshold: 3 failureThreshold: 3

Loading…
Cancel
Save