Skip to content

Commit

Permalink
webhook: configurable pod port (#1567)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk authored Oct 8, 2024
1 parent 7f5a2c0 commit 563182d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/victoria-metrics-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spec:
containerPort: {{ include "vm.port.from.flag" (dict "flag" (index .Values.extraArgs "health-probe-bind-address") "default" "8081") }}
protocol: TCP
- name: webhook
containerPort: 9443
containerPort: {{ include "vm.port.from.flag" (dict "flag" (index .Values.extraArgs "webhook.port") "default" "9443") }}
protocol: TCP
{{- with (fromYaml (include "vm.probe" (dict "app" .Values "type" "readiness"))) }}
readinessProbe: {{ toYaml . | nindent 12 }}
Expand Down

0 comments on commit 563182d

Please sign in to comment.