Fixed the port name for weave-net metrics endpoint
This commit is contained in:
@@ -23,7 +23,7 @@ local servicePort = k.core.v1.service.mixin.spec.portsType;
|
|||||||
jobLabel: 'k8s-app',
|
jobLabel: 'k8s-app',
|
||||||
endpoints: [
|
endpoints: [
|
||||||
{
|
{
|
||||||
port: 'weave-metrics',
|
port: 'weave-net-metrics',
|
||||||
path: '/metrics',
|
path: '/metrics',
|
||||||
interval: '15s',
|
interval: '15s',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user