Files
hlaeja-development/helm/charts/05-device-configuration/templates/02-configmap.yaml
Swordsteel 638be7dc51 helm hlaeja device configuration
- update actuator.http
- update helmfile.yaml
- add 04-service.yaml
- add 03-deployment.yaml
- add 02-configmap.yaml
- add 01-secret.yaml
- add values.yaml
- add Chart.yaml
2025-07-28 11:37:04 +02:00

13 lines
416 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: device-configuration-environment
labels:
app: device-configuration
environment: {{ .Values.environment }}
tier: backend
data:
SPRING_PROFILES_ACTIVE: {{ .Values.config.profiles | quote }}
SPRING_CASSANDRA_CONTACT_POINTS: {{ .Values.config.cassandraContactPoints | quote }}
SPRING_CASSANDRA_USERNAME: {{ .Values.config.cassandraUsername | quote }}