mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
16 lines
417 B
YAML
16 lines
417 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: {{ template "podinfo.fullname" . }}
|
|
labels:
|
|
app: {{ template "podinfo.name" . }}
|
|
chart: {{ template "podinfo.chart" . }}
|
|
release: {{ .Release.Name }}
|
|
heritage: {{ .Release.Service }}
|
|
data:
|
|
config.yaml: |-
|
|
# http settings
|
|
http-client-timeout: 1m
|
|
http-server-timeout: {{ .Values.httpServer.timeout }}
|
|
http-server-shutdown-timeout: 5s
|