Skip to content
Snippets Groups Projects
Unverified Commit 1d46f7ec authored by Joao Marcal's avatar Joao Marcal
Browse files

Adds port name to prometheus-adapter jsonnet

parent 6f7a799b
No related branches found
No related tags found
No related merge requests found
...@@ -240,7 +240,7 @@ function(params) { ...@@ -240,7 +240,7 @@ function(params) {
periodSeconds: 5, periodSeconds: 5,
failureThreshold: 5, failureThreshold: 5,
}, },
ports: [{ containerPort: 6443 }], ports: [{ containerPort: 6443, name: 'https' }],
volumeMounts: [ volumeMounts: [
{ name: 'tmpfs', mountPath: '/tmp', readOnly: false }, { name: 'tmpfs', mountPath: '/tmp', readOnly: false },
{ name: 'volume-serving-cert', mountPath: '/var/run/serving-cert', readOnly: false }, { name: 'volume-serving-cert', mountPath: '/var/run/serving-cert', readOnly: false },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment