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
Proxy
Commits
97ad8d2c
Commit
97ad8d2c
authored
Aug 13, 2021
by
Dominik Hebeler
Browse files
fixed worker command
parent
0eefeea7
Changes
1
Hide whitespace changes
Inline
Side-by-side
chart/templates/deployment.yaml
View file @
97ad8d2c
...
...
@@ -167,8 +167,7 @@ spec:
# WORKER
-
name
:
{{
.Chart.Name
}}
-worker
image
:
{{
template "imagename" .
}}
command
:
[
"
su"
]
args
:
[
"
-s"
,
"
/bin/sh"
,
"
-c"
,
"
php
artisan
requests:fetcher"
,
"
www-data"
]
command
:
[
"
/bin/sh"
,
"
-c"
,
"
php
artisan
requests:fetcher"
]
imagePullPolicy
:
{{
.Values.image.pullPolicy
}}
{{
- if .Values.application.secretName
}}
envFrom
:
...
...
Write
Preview
Supports
Markdown
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