2023-02-17 11:06:01 +01:00

9 lines
266 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "helpers.fullname" . }}-cm
data:
API_URL: {{ .Values.api.ingress.host | quote}}
FRONT_URL: {{ .Values.front.ingress.host | quote }}
PROXY_TESTNET_URL: {{ .Values.proxy.testnet.ingress.host | quote }}