diff --git a/jsonnetfile.lock.json b/jsonnetfile.lock.json index acac2b15ca595114000c3357e7198323f8c9096c..2dace0bd114074050b19cac77b2b613d950e478b 100644 --- a/jsonnetfile.lock.json +++ b/jsonnetfile.lock.json @@ -8,7 +8,7 @@ "subdir": "contrib/kube-prometheus/jsonnet/kube-prometheus" } }, - "version": "556153e077ed61c4567ae1aa920903d2c7920c23" + "version": "5185231304f688cf127bf235a4dfdf9f4f9e7821" }, { "name": "ksonnet", diff --git a/manifests/prometheus-adapter-deployment.yaml b/manifests/prometheus-adapter-deployment.yaml index f7caa2d2b35d98f4550ab01e4eb46d5afd809f1c..9d28503c5698f6a75bb5ef389a5333a255b60edc 100644 --- a/manifests/prometheus-adapter-deployment.yaml +++ b/manifests/prometheus-adapter-deployment.yaml @@ -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: