mirror of
https://github.com/Dannecron/netology-devops-gw-infra.git
synced 2025-12-25 15:22:36 +03:00
[stage-5] add jenkins helm chart
This commit is contained in:
13
k8s/helm/jenkins/values.yaml
Normal file
13
k8s/helm/jenkins/values.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
environment: production
|
||||
|
||||
image:
|
||||
name: jenkins/jenkins
|
||||
tag:
|
||||
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 2Gi
|
||||
requests:
|
||||
cpu: 500m
|
||||
memory: 500Mi
|
||||
Reference in New Issue
Block a user