Merge pull request #10634 from mikedanese/fix-ca-logs

fix heapster google configs so that heapster has a CA cert for googleapis
pull/6/head
Zach Loafman 2015-07-01 14:14:06 -07:00
commit 30cc467159
2 changed files with 16 additions and 0 deletions

View File

@ -29,3 +29,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

@ -29,3 +29,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"