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',
|
||||
endpoints: [
|
||||
{
|
||||
port: 'weave-metrics',
|
||||
port: 'weave-net-metrics',
|
||||
path: '/metrics',
|
||||
interval: '15s',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user