Add bootstrap-platform/jenkins/values.yaml
This commit is contained in:
parent
c90fe1ea86
commit
19cd4fd4dd
|
|
@ -0,0 +1,23 @@
|
||||||
|
controller:
|
||||||
|
|
||||||
|
admin:
|
||||||
|
username: admin
|
||||||
|
|
||||||
|
persistence:
|
||||||
|
enabled: true
|
||||||
|
storageClass: gp3
|
||||||
|
size: 50Gi
|
||||||
|
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 500m
|
||||||
|
memory: 1Gi
|
||||||
|
|
||||||
|
limits:
|
||||||
|
cpu: 1000m
|
||||||
|
memory: 2Gi
|
||||||
|
|
||||||
|
serviceType: ClusterIP
|
||||||
|
|
||||||
|
agent:
|
||||||
|
enabled: true
|
||||||
Loading…
Reference in New Issue