Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits on Source (2)
(chore): resources for runners
· f58203ab
Mark Harding
authored
Jul 01, 2019
f58203ab
(chore): disable redis deploy
· bd91ac14
Mark Harding
authored
Jul 01, 2019
bd91ac14
Hide whitespace changes
Inline
Side-by-side
minds/templates/deployment-runners.yaml
View file @
bd91ac14
...
...
@@ -27,7 +27,7 @@ spec:
image
:
"
{{
.Values.runners.image.repository
}}:{{
.Values.runners.image.tag
}}"
imagePullPolicy
:
{{
.Values.runners.image.pullPolicy
}}
resources
:
{{
- toYaml .Values.resources | nindent 12
}}
{{
- toYaml .Values.
runners.
resources | nindent 12
}}
volumeMounts
:
-
name
:
settings
mountPath
:
/var/www/Minds/engine/settings.php
...
...
minds/values.yaml
View file @
bd91ac14
...
...
@@ -17,6 +17,10 @@ runners:
tag
:
latest
pullPolicy
:
Always
replicas
:
1
resources
:
limits
:
memory
:
256Mi
cpu
:
200m
nginx
:
image
:
...
...
@@ -70,7 +74,7 @@ production: false
# Redis
redis
:
deploy
:
tru
e
# Set to true if you want to deploy a new redis cluster
deploy
:
fals
e
# Set to true if you want to deploy a new redis cluster
usePassword
:
false
# Cassandra
...
...