mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-19 10:06:18 +10:00
[bitnami/thanos] Fix thanos query grpc nodeport (#8250)
This commit is contained in:
@@ -28,4 +28,4 @@ name: thanos
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-thanos
|
||||
- https://thanos.io
|
||||
version: 8.1.0
|
||||
version: 8.1.1
|
||||
|
||||
@@ -45,8 +45,8 @@ spec:
|
||||
targetPort: grpc
|
||||
protocol: TCP
|
||||
name: grpc
|
||||
{{- if and (or (eq $query.service.type "NodePort") (eq $query.service.type "LoadBalancer")) $query.service.nodePorts.http }}
|
||||
nodePort: {{ $query.service.nodePorts.http }}
|
||||
{{- if and (or (eq $query.service.type "NodePort") (eq $query.service.type "LoadBalancer")) $query.service.nodePorts.grpc }}
|
||||
nodePort: {{ $query.service.nodePorts.grpc }}
|
||||
{{- else if eq $query.service.type "ClusterIP" }}
|
||||
nodePort: null
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user