We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f13fa7 commit 26c23dcCopy full SHA for 26c23dc
2 files changed
charts/varnish/Chart.yaml
@@ -11,4 +11,4 @@ name: varnish
11
sources:
12
- https://varnish-cache.org/
13
- https://artifacthub.io/packages/helm/varnish/varnish-cache
14
-version: 1.0.3
+version: 1.0.4
charts/varnish/templates/configmaps.yaml
@@ -104,7 +104,7 @@ data:
104
path_targets = [{
105
__address__ = "localhost",
106
__path__ = "/var/log/varnish/varnishncsa-*.log",
107
- instance = "custom-varnish-cache.sample-apps.svc.cluster.local:9131",
+ instance = "custom-varnish-cache.sample-apps.svc:9131",
108
job = "integrations/varnish-cache",
109
}]
110
}
0 commit comments