This commit is contained in:
parent
12d57f0de9
commit
3a84d920c1
7 changed files with 284 additions and 0 deletions
13
deployment/kubernetes/helm/values.yaml
Normal file
13
deployment/kubernetes/helm/values.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Replicaset count for the server (2 pods: frontend and backend)
|
||||
replicaCount: 2
|
||||
|
||||
version:
|
||||
backend: 0.5.0-alpha.10
|
||||
frontend: 0.5.0-alpha.13
|
||||
|
||||
# Map config
|
||||
map:
|
||||
lng: "6.178"
|
||||
lat: "45.8818"
|
||||
zoom: "14"
|
||||
pitch: "40"
|
Loading…
Add table
Add a link
Reference in a new issue