Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
MetaGer
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
41
Issues
41
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
Packages
Packages
Container Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
open-source
MetaGer
Commits
799ecc2e
Commit
799ecc2e
authored
Dec 04, 2019
by
Dominik Hebeler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modified file permissions
parent
8a4a34e7
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
6 deletions
+10
-6
Dockerfile
Dockerfile
+3
-3
chart/templates/deployment.yaml
chart/templates/deployment.yaml
+4
-0
chart/values.yaml
chart/values.yaml
+3
-3
No files found.
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: 100m
# memory: 128M
i
limits
:
cpu
:
1
memory
:
1G
i
requests
:
cpu
:
1
memory
:
1Gi
...
...
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