mirror of
https://github.com/Dannecron/netology-devops-gw-infra.git
synced 2025-12-25 15:22:36 +03:00
19 lines
233 B
YAML
19 lines
233 B
YAML
environment: production
|
|
namespace: ci-cd
|
|
|
|
image:
|
|
name: jenkins/jenkins
|
|
tag:
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 500m
|
|
memory: 2Gi
|
|
requests:
|
|
cpu: 500m
|
|
memory: 500Mi
|
|
|
|
docker:
|
|
dockerHubUser: user
|
|
dockerHubPassword: pass
|