Skip to content

Commit 73a5756

Browse files
feat: add ports for dind headless service (#597)
1 parent 2c20a50 commit 73a5756

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

charts/cf-runtime/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
description: A Helm chart for Codefresh Runner
33
name: cf-runtime
4-
version: 8.0.2
4+
version: 8.0.3
55
keywords:
66
- codefresh
77
- runner
@@ -18,7 +18,7 @@ annotations:
1818
# Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`:
1919
artifacthub.io/changes: |
2020
- kind: added
21-
description: "Add docker daemon metrics endpoint to default configuration"
21+
description: "Added ports for metrics in dind service."
2222
dependencies:
2323
- name: cf-common
2424
repository: oci://quay.io/codefresh/charts

charts/cf-runtime/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Codefresh Runner
22

3-
![Version: 8.0.2](https://img.shields.io/badge/Version-8.0.2-informational?style=flat-square)
3+
![Version: 8.0.3](https://img.shields.io/badge/Version-8.0.3-informational?style=flat-square)
44

55
Helm chart for deploying [Codefresh Runner](https://codefresh.io/docs/docs/installation/codefresh-runner/) to Kubernetes.
66

charts/cf-runtime/templates/runtime/svc-dind.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ spec:
1111
- name: "dind-port"
1212
port: 1300
1313
protocol: TCP
14+
- name: dind-metrics
15+
port: 9100
16+
protocol: TCP
17+
- name: daemon-metrics
18+
port: 9323
19+
protocol: TCP
1420
clusterIP: None
1521
selector:
1622
app: dind

0 commit comments

Comments
 (0)