Deployment (Kubernetes): use dedicated namespace, use config file
This commit is contained in:
parent
4af204ae68
commit
bd7b4724d6
2 changed files with 28 additions and 5 deletions
10
deployment/kubernetes/config.yaml
Normal file
10
deployment/kubernetes/config.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: gisaf-config
|
||||
namespace: gisaf
|
||||
data:
|
||||
GISAF__MAP__LNG: "6.178"
|
||||
GISAF__MAP__LAT: "45.8818"
|
||||
GISAF__MAP__ZOOM: "14"
|
||||
GISAF__MAP__PITCH: "40"
|
Loading…
Add table
Add a link
Reference in a new issue