Skip to content
Open
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
2 changes: 1 addition & 1 deletion thanos/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords:
sources:
- https://github.com/thanos-io/thanos
- https://github.com/banzaicloud/banzai-charts/tree/master/thanos
version: 0.4.1
version: 0.4.2
icon: https://raw.githubusercontent.com/thanos-io/thanos/master/docs/img/Thanos-logo_fullmedium.png
maintainers:
- name: Banzai Cloud
Expand Down
2 changes: 1 addition & 1 deletion thanos/templates/sidecar-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
{{- end }}
ports:
- port: {{ .Values.sidecar.http.port }}
targetPort: http
targetPort: {{ .Values.sidecar.http.targetPort }}
protocol: TCP
name: http
selector:
Expand Down
2 changes: 1 addition & 1 deletion thanos/templates/store-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
{{- end }}
ports:
- port: {{ .Values.store.http.port }}
targetPort: {{ .Values.store.http.targetPort }}
targetPort: http
protocol: TCP
name: http
selector:
Expand Down