Skip to content

Commit

Permalink
Update default value
Browse files Browse the repository at this point in the history
  • Loading branch information
Whyeasy committed Jun 19, 2020
1 parent d68331b commit d5f1caf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/stackdriver-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: stackdriver-exporter
description: A slim Helm Chart to deploy a GCP Stackdriver exporter, with BYO SA and Secrets.
type: application
version: 0.1.4
version: 0.1.5
appVersion: 0.9.1
4 changes: 2 additions & 2 deletions charts/stackdriver-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ stackdriver-exporter
====================
A slim Helm Chart to deploy a GCP Stackdriver exporter, with BYO SA and Secrets.

Current chart version is `0.1.4`
Current chart version is `0.1.5`



Expand All @@ -13,7 +13,7 @@ Current chart version is `0.1.4`
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| affinity | object | `{}` | Adding any affinity for your deployment. |
| exporter.listenAddress | int | `9255` | What port should be used for the exporter to run on. |
| exporter.listenAddress | string | `":9255"` | What port should be used for the exporter to run on. |
| exporter.path | string | `"/metrics"` | What path should be used for the exporter to run on. |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | Pull Policy to use within Cluster. |
Expand Down
2 changes: 1 addition & 1 deletion charts/stackdriver-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ stackdriver:

exporter:
# exporter.listenAddress -- What port should be used for the exporter to run on.
listenAddress: 9255
listenAddress: :9255
# exporter.path -- What path should be used for the exporter to run on.
path: /metrics

Expand Down

0 comments on commit d5f1caf

Please sign in to comment.