Commit e97eb4dc authored by Yu-Ju Hong's avatar Yu-Ju Hong

Remove host port in influxdb-grafana-controller.yaml

There is no valid reason to keep the host ports in the pod spec.
parent 6e99624d
...@@ -32,9 +32,7 @@ spec: ...@@ -32,9 +32,7 @@ spec:
memory: 500Mi memory: 500Mi
ports: ports:
- containerPort: 8083 - containerPort: 8083
hostPort: 8083
- containerPort: 8086 - containerPort: 8086
hostPort: 8086
volumeMounts: volumeMounts:
- name: influxdb-persistent-storage - name: influxdb-persistent-storage
mountPath: /data mountPath: /data
......
...@@ -28,9 +28,7 @@ spec: ...@@ -28,9 +28,7 @@ spec:
memory: 500Mi memory: 500Mi
ports: ports:
- containerPort: 8083 - containerPort: 8083
hostPort: 8083
- containerPort: 8086 - containerPort: 8086
hostPort: 8086
volumeMounts: volumeMounts:
- name: influxdb-persistent-storage - name: influxdb-persistent-storage
mountPath: /data mountPath: /data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment