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
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