Skip to main content

infra/helm/platform/templates/gateway-configmap.yaml

Metadata

Indexed Symbols

No indexed functions/methods detected in this file.

Markdown Headings (if applicable)

No markdown headings detected.

Source Preview

apiVersion: v1
kind: ConfigMap
metadata:
name: anchor-gateway-config
namespace: {{ .Values.namespace.name }}
data:
PORT: "8080"
HOST: "0.0.0.0"
{{- range $key, $value := .Values.gateway.env }}
{{ $key }}: {{ $value | quote }}
{{- end }}