helm hlaeja device registry
- update actuator.http - update helmfile.yaml - add 04-service.yaml - add 03-deployment.yaml - add 02-configmap.yaml - add 01-secret.yaml - update 01 secret values.yaml with jwt - add values.yaml - add Chart.yaml
This commit is contained in:
13
helm/charts/04-device-registry/templates/02-configmap.yaml
Normal file
13
helm/charts/04-device-registry/templates/02-configmap.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: device-register-environment
|
||||
labels:
|
||||
app: device-register
|
||||
environment: {{ .Values.environment }}
|
||||
tier: backend
|
||||
data:
|
||||
SPRING_PROFILES_ACTIVE: {{ .Values.config.profiles | quote }}
|
||||
SPRING_R2DBC_URL: {{ .Values.config.r2dbcUrl | quote }}
|
||||
SPRING_R2DBC_USERNAME: {{ .Values.config.r2dbcUsername | quote }}
|
||||
JWT_PRIVATE_KEY: "cert/{{ .Values.jwtPrivetKey.filename }}"
|
||||
Reference in New Issue
Block a user