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
799ecc2e
Commit
799ecc2e
authored
Dec 04, 2019
by
Dominik Hebeler
Browse files
modified file permissions
parent
8a4a34e7
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
799ecc2e
...
...
@@ -35,10 +35,10 @@ COPY config/nginx.conf /etc/nginx/nginx.conf
COPY
config/nginx-default.conf /etc/nginx/conf.d/default.conf
COPY
. /html
CMD
/etc/init.d/cron start && \
CMD
chmod -R 0777 /html/storage && \
chmod -R 0777 /html/bootstrap/cache && \
/etc/init.d/cron start && \
/etc/init.d/php7.3-fpm start && \
/etc/init.d/nginx start && \
/etc/init.d/redis-server start && \
chmod -R 0777 /html/storage && \
chmod -R 0777 /html/bootstrap/cache && \
php artisan requests:fetcher
chart/templates/deployment.yaml
View file @
799ecc2e
...
...
@@ -32,6 +32,10 @@ spec:
spec
:
imagePullSecrets
:
{{
toYaml .Values.image.secrets | indent 10
}}
securityContext
:
runAsUser
:
1000
runAsGroup
:
3000
fsGroup
:
2000
volumes
:
-
name
:
mglogs-persistent-storage
persistentVolumeClaim
:
...
...
chart/values.yaml
View file @
799ecc2e
...
...
@@ -68,9 +68,9 @@ postgresql:
# stack: gitlab (This is an example. The labels should match the labels on the CloudSQLInstanceClass)
resources
:
#
limits:
#
cpu: 1
00m
#
memory: 1
28M
i
limits
:
cpu
:
1
memory
:
1
G
i
requests
:
cpu
:
1
memory
:
1Gi
...
...
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