We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39557c3 commit b59998fCopy full SHA for b59998f
.werft/observability/monitoring-satellite.ts
@@ -79,6 +79,9 @@ export class MonitoringSatelliteInstaller {
79
},
80
kubescape: {},
81
pyrra: {},
82
+ probe: {
83
+ targets: ['http://google.com'],
84
+ },
85
}" \
86
monitoring-satellite/manifests/yaml-generator.jsonnet | xargs -I{} sh -c 'cat {} | gojsontoyaml > {}.yaml' -- {} && \
87
find monitoring-satellite/manifests -type f ! -name '*.yaml' ! -name '*.jsonnet' -delete`
0 commit comments