Revert "Avoid mounting ssl volumes for heapster container."

This reverts commit c08ad6b7c1.
This commit is contained in:
Piotr Szczesniak 2015-07-31 20:09:49 +02:00
parent ff058a1afe
commit f251ba5163
2 changed files with 16 additions and 0 deletions

View File

@ -33,3 +33,11 @@ spec:
- --sink=gcl
- --poll_duration=2m
- --stats_resolution=1m
volumeMounts:
- name: ssl-certs
mountPath: /etc/ssl/certs
readOnly: true
volumes:
- name: ssl-certs
hostPath:
path: "/etc/ssl/certs"

View File

@ -33,3 +33,11 @@ spec:
- --sink=influxdb:http://monitoring-influxdb:8086
- --poll_duration=2m
- --stats_resolution=1m
volumeMounts:
- name: ssl-certs
mountPath: /etc/ssl/certs
readOnly: true
volumes:
- name: ssl-certs
hostPath:
path: "/etc/ssl/certs"