File tree 2 files changed +2
-2
lines changed
components/buildless-serverless/hack
config/buildless-serverless/templates
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
metricsAddress : " :8080"
2
2
leaderElectionEnabled : true
3
- healthzAddress : " 8090"
3
+ healthzAddress : " : 8090"
4
4
images :
5
5
repoFetcher : " europe-docker.pkg.dev/kyma-project/prod/function-buildless-init:main"
6
6
nodejs20 : " europe-docker.pkg.dev/kyma-project/prod/function-runtime-nodejs20:main"
Original file line number Diff line number Diff line change 15
15
metricsAddress: ":8080"
16
16
leaderElectionEnabled: true
17
17
secretMutatingWebhookPort:
18
- healthzAddress: {{ .Values.containers.manager.healthzAddress }}
18
+ healthzAddress: ": {{ .Values.containers.manager.healthzAddress }}"
19
19
images:
20
20
{{- $images:=.Values.global.images }}
21
21
{{- $containerRegistryPath:=.Values.global.containerRegistry.path }}
You can’t perform that action at this time.
0 commit comments