Skip to content

Commit

Permalink
reference corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroslaw-pieszka committed Dec 12, 2024
1 parent 5ac6d34 commit c3c6691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/keb/templates/runtime-reconciler-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
image: "{{ .Values.global.images.container_registry.path }}/{{ .Values.global.images.kyma_environment_broker.dir }}kyma-environment-runtime-reconciler:{{ .Values.global.images.kyma_environment_runtime_reconciler.version }}"
imagePullPolicy: Always
ports:
- containerPort: {{ .Values.subaccountSync.metricsPort }}
- containerPort: {{ .Values.runtimeReconciler.metricsPort }}
name: http
protocol: TCP
env:
Expand Down

0 comments on commit c3c6691

Please sign in to comment.