15 lines
317 B
YAML
15 lines
317 B
YAML
frontend:
|
|
image: harbor.dvirlabs.com/my-apps/labmap-frontend
|
|
tag: master-ff89b28
|
|
port: 80
|
|
ingress:
|
|
enabled: true
|
|
host: labmap.dvirlabs.com
|
|
backend:
|
|
image: harbor.dvirlabs.com/my-apps/labmap-backend
|
|
tag: "master-ff89b28"
|
|
port: 8000
|
|
ingress:
|
|
enabled: false
|
|
host: api.labmap.dvirlabs.com
|