add service ec-config-server

This commit is contained in:
2024-08-30 17:20:39 +10:00
parent e6172a0d7d
commit ba1b7a9b3b
11 changed files with 394 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "mr-config-server.fullname" . }}
labels:
{{- include "mr-config-server.labels" . | nindent 4 }}
data:
SPRING_PROFILES_ACTIVE: {{ .Values.spring.activeprofile }}
{{- if .Values.environment }}
{{- if .Values.environment.configNativeSearchLocation }}
CONFIG_NATIVE_SEARCH_LOCATION: {{ .Values.environment.configNativeSearchLocation }}
{{- end }}
{{- end }}