Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,10 @@ spec:
initialDelaySeconds: 5
periodSeconds: 10
ports:
- name: operator-http-metrics
- name: op-metrics
containerPort: 8080
protocol: TCP
- name: operator-http-health
- name: op-health
containerPort: 8081
protocol: TCP
{{- if .Values.operator.resources }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ should add an operator side-car when operator is enabled:
name: operator
ports:
- containerPort: 8080
name: operator-http-metrics
name: op-metrics
protocol: TCP
- containerPort: 8081
name: operator-http-health
name: op-health
protocol: TCP
readinessProbe:
httpGet:
Expand Down