Skip to content

Commit 554e269

Browse files
authored
fix(thanos) labelselector specify http port name (#627)
* fix svc label selector
1 parent 9fa8e3b commit 554e269

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

thanos/charts/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ maintainers:
1111
name: thanos
1212
sources:
1313
- https://github.com/cloudoperators/greenhouse-extensions
14-
version: 0.1.8
14+
version: 0.1.9
1515
# thanos-release
1616
appVersion: v0.35.0
1717
keywords:

thanos/plugindefinition.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
helmChart:
1111
name: thanos
1212
repository: "oci://ghcr.io/cloudoperators/greenhouse-extensions/charts"
13-
version: 0.1.8
13+
version: 0.1.9
1414
options:
1515
- default: null
1616
description: CLI param for Thanos Query
@@ -101,6 +101,7 @@ spec:
101101
type: string
102102
- default:
103103
greenhouse.sap/expose: "true"
104+
greenhouse.sap/exposeNamedPort: http
104105
description: Needed for exposing Thanos Ruler to the service proxy. UI is accessible via http, exposing this particular port.
105106
name: thanos.ruler.serviceLabels
106107
required: false
@@ -118,4 +119,4 @@ spec:
118119
description: TLS key for communication with Alertmanager
119120
required: false
120121
type: secret
121-
version: 0.2.8
122+
version: 0.2.9

0 commit comments

Comments
 (0)