chore: add helm chart and docker

This commit is contained in:
Nuxgrid
2026-07-27 21:06:11 +02:00
parent 23a4f280c6
commit 356604fba4
46 changed files with 1390 additions and 0 deletions
@@ -0,0 +1,11 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "frontend.fullname" . }}-config
labels:
{{- include "frontend.labels" . | nindent 4 }}
data:
config.js: |
window.__APP_CONFIG__ = {
apiUrl: {{ .Values.apiUrl | quote }}
};