Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
83528409
Commit
83528409
authored
Apr 06, 2020
by
Dominik Hebeler
Browse files
switched pvc to new sc and added anti affinity for tempworker
parent
54089280
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
chart/templates/deployment.yaml
View file @
83528409
...
...
@@ -30,6 +30,15 @@ spec:
tier
:
"
{{
.Values.application.tier
}}"
release
:
{{
.Release.Name
}}
spec
:
affinity
:
nodeAffinity
:
requiredDuringSchedulingIgnoredDuringExecution
:
nodeSelectorTerms
:
-
matchExpressions
:
-
key
:
kubernetes.io/hostname
operator
:
NotIn
values
:
-
kubernetestmpworker1
imagePullSecrets
:
{{
toYaml .Values.image.secrets | indent 10
}}
securityContext
:
...
...
@@ -37,7 +46,7 @@ spec:
volumes
:
-
name
:
mglogs-persistent-storage
persistentVolumeClaim
:
claimName
:
mglogs
claimName
:
mg
-
logs
containers
:
# Main PHP-FPM Container
-
name
:
{{
.Chart.Name
}}
-phpfpm
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment