Deployment: add Helm chart
All checks were successful
/ test (push) Successful in 30s

This commit is contained in:
phil 2024-12-27 02:07:36 +01:00
parent 12d57f0de9
commit 3a84d920c1
7 changed files with 284 additions and 0 deletions

View file

@ -0,0 +1,10 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-config
namespace: gisaf
data:
GISAF__MAP__LNG: "{{ .Values.map.lng }}"
GISAF__MAP__LAT: "{{ .Values.map.lat }}"
GISAF__MAP__ZOOM: "{{ .Values.map.zoom }}"
GISAF__MAP__PITCH: "{{ .Values.map.pitch }}"