Deployment (Kubernetes): use dedicated namespace, use config file

This commit is contained in:
phil 2024-12-25 19:57:04 +01:00
parent 4af204ae68
commit bd7b4724d6
2 changed files with 28 additions and 5 deletions

View 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"