mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Merge pull request #24437 from yujuhong/influxdb_hostport
Automatic merge from submit-queue Remove host port in influxdb-grafana-controller.yaml
This commit is contained in:
commit
327d32dcad
@ -32,9 +32,7 @@ spec:
|
||||
memory: 500Mi
|
||||
ports:
|
||||
- containerPort: 8083
|
||||
hostPort: 8083
|
||||
- containerPort: 8086
|
||||
hostPort: 8086
|
||||
volumeMounts:
|
||||
- name: influxdb-persistent-storage
|
||||
mountPath: /data
|
||||
|
@ -28,9 +28,7 @@ spec:
|
||||
memory: 500Mi
|
||||
ports:
|
||||
- containerPort: 8083
|
||||
hostPort: 8083
|
||||
- containerPort: 8086
|
||||
hostPort: 8086
|
||||
volumeMounts:
|
||||
- name: influxdb-persistent-storage
|
||||
mountPath: /data
|
||||
|
Loading…
Reference in New Issue
Block a user