workadventure: phase in more pvcs

This commit is contained in:
Nico Schottelius 2021-12-19 10:41:01 +01:00
parent 8239ffac25
commit a2dd05410f
9 changed files with 2 additions and 30 deletions

View File

@ -1,18 +1,6 @@
apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
kompose.cmd: /home/nico/Downloads/kompose convert
kompose.version: 1.26.0 (40646f47)
traefik.enable: "true"
traefik.http.routers.uploader-ssl.entryPoints: websecure
traefik.http.routers.uploader-ssl.rule: Host(`uploader.workadventure.localhost`)
traefik.http.routers.uploader-ssl.service: uploader
traefik.http.routers.uploader-ssl.tls: "true"
traefik.http.routers.uploader.entryPoints: web
traefik.http.routers.uploader.rule: Host(`uploader.workadventure.localhost`)
traefik.http.services.uploader.loadbalancer.server.port: "8080"
creationTimestamp: null
labels:
io.kompose.service: uploader
name: uploader
@ -25,18 +13,6 @@ spec:
type: Recreate
template:
metadata:
annotations:
kompose.cmd: /home/nico/Downloads/kompose convert
kompose.version: 1.26.0 (40646f47)
traefik.enable: "true"
traefik.http.routers.uploader-ssl.entryPoints: websecure
traefik.http.routers.uploader-ssl.rule: Host(`uploader.workadventure.localhost`)
traefik.http.routers.uploader-ssl.service: uploader
traefik.http.routers.uploader-ssl.tls: "true"
traefik.http.routers.uploader.entryPoints: web
traefik.http.routers.uploader.rule: Host(`uploader.workadventure.localhost`)
traefik.http.services.uploader.loadbalancer.server.port: "8080"
creationTimestamp: null
labels:
io.kompose.service: uploader
spec:

View File

@ -17,11 +17,7 @@ spec:
io.kompose.service: front
spec:
containers:
- args:
- yarn
- run
- start
env:
- env:
- name: DEBUG_MODE
- name: DISABLE_ANONYMOUS
- name: DISABLE_NOTIFICATIONS
@ -54,7 +50,7 @@ spec:
- name: TURN_USER
- name: UPLOADER_URL
value: //uploader.workadventure.localhost
image: thecodingmachine/nodejs:14
image: thecodingmachine/workadventure-front:v1.6.4
name: front
resources: {}
volumeMounts: