Remove host port in influxdb-grafana-controller.yaml

There is no valid reason to keep the host ports in the pod spec.
This commit is contained in:
Yu-Ju Hong 2016-04-18 16:29:58 -07:00
parent 6e99624dd6
commit e97eb4dc6a
2 changed files with 0 additions and 4 deletions

View File

@ -32,9 +32,7 @@ spec:
memory: 500Mi
ports:
- containerPort: 8083
hostPort: 8083
- containerPort: 8086
hostPort: 8086
volumeMounts:
- name: influxdb-persistent-storage
mountPath: /data

View File

@ -28,9 +28,7 @@ spec:
memory: 500Mi
ports:
- containerPort: 8083
hostPort: 8083
- containerPort: 8086
hostPort: 8086
volumeMounts:
- name: influxdb-persistent-storage
mountPath: /data