Skip to content
Snippets Groups Projects
Commit d1924921 authored by MUNIER Florian's avatar MUNIER Florian
Browse files

[upd] k8s files

parent 77868cd6
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,6 @@ spec: ...@@ -31,7 +31,6 @@ spec:
value: "mariadb" value: "mariadb"
- name: SETTINGS_FILE - name: SETTINGS_FILE
value: "production" value: "production"
#value: "vapormap.app.api.settings.production"
- name: PYTHONPATH - name: PYTHONPATH
value: "/app_api/" value: "/app_api/"
- name: PYTHONDONTWRITEBYTECODE - name: PYTHONDONTWRITEBYTECODE
...@@ -44,10 +43,7 @@ spec: ...@@ -44,10 +43,7 @@ spec:
- name: registry-credentials - name: registry-credentials
containers: containers:
- image: gitlab-registry.imt-atlantique.fr/f21munie/vapormap/app_api:latest - image: gitlab-registry.imt-atlantique.fr/f21munie/vapormap/app_api:latest
name: app-api-xjj4j name: app-api
# ports:
# - containerPort: 8000
# name: web
env: env:
- name: VAPOR_DBNAME - name: VAPOR_DBNAME
value: "db_vapormap" value: "db_vapormap"
......
...@@ -19,12 +19,9 @@ spec: ...@@ -19,12 +19,9 @@ spec:
spec: spec:
containers: containers:
- image: gitlab-registry.imt-atlantique.fr/f21munie/vapormap/app_front:latest - image: gitlab-registry.imt-atlantique.fr/f21munie/vapormap/app_front:latest
name: app-front-hb7xl name: app-front
# ports:
# - containerPort: 8000
env: env:
- name: VAPORMAP_BACKEND - name: VAPORMAP_BACKEND
#value: "10.29.244.232"
value: "localhost" value: "localhost"
- name: VAPORMAP_BACKEND_PORT - name: VAPORMAP_BACKEND_PORT
value: "80" value: "80"
......
...@@ -3,7 +3,7 @@ kind: Ingress ...@@ -3,7 +3,7 @@ kind: Ingress
metadata: metadata:
name: vapormap name: vapormap
spec: spec:
ingressClassName: public ingressClassName: traefik
rules: rules:
- http: - http:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment