Skip to content
Snippets Groups Projects
Commit cc451840 authored by Matthias Loibl's avatar Matthias Loibl
Browse files

contrib/kube-prometheus: Update manifests with /tmp emptyDir for adapter

parent b7273bf5
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
"subdir": "contrib/kube-prometheus/jsonnet/kube-prometheus"
}
},
"version": "556153e077ed61c4567ae1aa920903d2c7920c23"
"version": "5185231304f688cf127bf235a4dfdf9f4f9e7821"
},
{
"name": "ksonnet",
......
......@@ -26,6 +26,9 @@ spec:
ports:
- containerPort: 6443
volumeMounts:
- mountPath: /tmp
name: tmpfs
readOnly: false
- mountPath: /var/run/serving-cert
name: volume-serving-cert
readOnly: false
......@@ -34,6 +37,8 @@ spec:
readOnly: false
serviceAccountName: prometheus-adapter
volumes:
- emptyDir: {}
name: tmpfs
- emptyDir: {}
name: volume-serving-cert
- configMap:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment