2023-03-31 17:44:48 +02: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 }}