Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
MetaGer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
54
Issues
54
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
open-source
MetaGer
Commits
1c4840ac
Commit
1c4840ac
authored
Dec 04, 2019
by
Dominik Hebeler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
further changed permissions
parent
831e8c2d
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
Dockerfile
Dockerfile
+2
-2
chart/templates/deployment.yaml
chart/templates/deployment.yaml
+0
-2
No files found.
Dockerfile
View file @
1c4840ac
...
...
@@ -33,11 +33,11 @@ EXPOSE 80
COPY
config/nginx.conf /etc/nginx/nginx.conf
COPY
config/nginx-default.conf /etc/nginx/conf.d/default.conf
COPY
--chown=
1000
:nginx . /html
COPY
--chown=
root
:nginx . /html
RUN
chmod
-R
g+w storage bootstrap/cache
CMD
/etc/init.d/cron start && \
/etc/init.d/php7.3-fpm start && \
/etc/init.d/nginx start && \
/etc/init.d/redis-server start && \
php artisan requests:fetcher
su -s /bin/bash -c 'php artisan requests:fetcher' nginx
chart/templates/deployment.yaml
View file @
1c4840ac
...
...
@@ -33,8 +33,6 @@ spec:
imagePullSecrets
:
{{
toYaml .Values.image.secrets | indent 10
}}
securityContext
:
runAsUser
:
1000
runAsGroup
:
3000
fsGroup
:
2000
volumes
:
-
name
:
mglogs-persistent-storage
...
...
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