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
memoriav
Memobase 2020
services
Import Process
Import API
Commits
6cbaeddb
Commit
6cbaeddb
authored
Oct 12, 2021
by
Jonas Waeber
Browse files
WIP gunicorn configs
parent
994c9ae3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
6cbaeddb
FROM
index.docker.io/library/python:3.8
FROM
index.docker.io/library/python:3.8
-alpine
ARG
K8S_VERSION=v1.17.11
ARG
K8S_VERSION=v1.17.11
ARG
HELM_VERSION=v3.6.3
ARG
HELM_VERSION=v3.6.3
...
...
helm-charts/configmap/gunicorn.prod.conf.py
0 → 100644
View file @
6cbaeddb
reload
=
False
bind
=
"0.0.0.0:5000"
helm-charts/configmap/gunicorn.test.conf.py
0 → 100644
View file @
6cbaeddb
reload
=
False
helm-charts/templates/gunicorn.configmap.yml
0 → 100644
View file @
6cbaeddb
apiVersion
:
v1
kind
:
ConfigMap
metadata
:
name
:
test-config
data
:
{{
- (.Files.Glob "configmap/gunicorn.
{{
.Values.k8sEnvironment
}}
.conf.py").AsConfig | nindent 2
}}
\ No newline at end of file
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