mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-09-02 12:21:26 +02:00
contrib/kube-prometheus: Update manifests with /tmp emptyDir for adapter
This commit is contained in:
parent
b7273bf567
commit
cc451840f3
@ -8,7 +8,7 @@
|
|||||||
"subdir": "contrib/kube-prometheus/jsonnet/kube-prometheus"
|
"subdir": "contrib/kube-prometheus/jsonnet/kube-prometheus"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": "556153e077ed61c4567ae1aa920903d2c7920c23"
|
"version": "5185231304f688cf127bf235a4dfdf9f4f9e7821"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ksonnet",
|
"name": "ksonnet",
|
||||||
|
@ -26,6 +26,9 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- containerPort: 6443
|
- containerPort: 6443
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
- mountPath: /tmp
|
||||||
|
name: tmpfs
|
||||||
|
readOnly: false
|
||||||
- mountPath: /var/run/serving-cert
|
- mountPath: /var/run/serving-cert
|
||||||
name: volume-serving-cert
|
name: volume-serving-cert
|
||||||
readOnly: false
|
readOnly: false
|
||||||
@ -34,6 +37,8 @@ spec:
|
|||||||
readOnly: false
|
readOnly: false
|
||||||
serviceAccountName: prometheus-adapter
|
serviceAccountName: prometheus-adapter
|
||||||
volumes:
|
volumes:
|
||||||
|
- emptyDir: {}
|
||||||
|
name: tmpfs
|
||||||
- emptyDir: {}
|
- emptyDir: {}
|
||||||
name: volume-serving-cert
|
name: volume-serving-cert
|
||||||
- configMap:
|
- configMap:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user