Change default csi liveness ports to ones less common

Signed-off-by: Daniel-Pivonka <dpivonka@redhat.com>
This commit is contained in:
Daniel-Pivonka 2019-08-27 14:55:15 -04:00 committed by mergify[bot]
parent 3784268dde
commit cd52798a51
8 changed files with 17 additions and 16 deletions

View File

@ -12,7 +12,7 @@ spec:
- name: http-metrics
port: 8080
protocol: TCP
targetPort: 8081
targetPort: 8681
- name: grpc-metrics
port: 8090
protocol: TCP
@ -116,7 +116,7 @@ spec:
args:
- "--type=liveness"
- "--endpoint=$(CSI_ENDPOINT)"
- "--metricsport=8081"
- "--metricsport=8681"
- "--metricspath=/metrics"
- "--polltime=60s"
- "--timeout=3s"

View File

@ -106,7 +106,7 @@ spec:
args:
- "--type=liveness"
- "--endpoint=$(CSI_ENDPOINT)"
- "--metricsport=8081"
- "--metricsport=8681"
- "--metricspath=/metrics"
- "--polltime=60s"
- "--timeout=3s"
@ -169,7 +169,7 @@ spec:
- name: http-metrics
port: 8080
protocol: TCP
targetPort: 8081
targetPort: 8681
- name: grpc-metrics
port: 8090
protocol: TCP

View File

@ -12,7 +12,7 @@ spec:
- name: http-metrics
port: 8080
protocol: TCP
targetPort: 8081
targetPort: 8681
- name: grpc-metrics
port: 8090
protocol: TCP
@ -119,7 +119,7 @@ spec:
args:
- "--type=liveness"
- "--endpoint=$(CSI_ENDPOINT)"
- "--metricsport=8081"
- "--metricsport=8681"
- "--metricspath=/metrics"
- "--polltime=60s"
- "--timeout=3s"

View File

@ -105,7 +105,7 @@ spec:
args:
- "--type=liveness"
- "--endpoint=$(CSI_ENDPOINT)"
- "--metricsport=8081"
- "--metricsport=8681"
- "--metricspath=/metrics"
- "--polltime=60s"
- "--timeout=3s"
@ -168,7 +168,7 @@ spec:
- name: http-metrics
port: 8080
protocol: TCP
targetPort: 8081
targetPort: 8681
- name: grpc-metrics
port: 8090
protocol: TCP

View File

@ -12,7 +12,7 @@ spec:
- name: http-metrics
port: 8080
protocol: TCP
targetPort: 8080
targetPort: 8680
- name: grpc-metrics
port: 8090
protocol: TCP
@ -130,7 +130,7 @@ spec:
args:
- "--type=liveness"
- "--endpoint=$(CSI_ENDPOINT)"
- "--metricsport=8080"
- "--metricsport=8680"
- "--metricspath=/metrics"
- "--polltime=60s"
- "--timeout=3s"

View File

@ -100,7 +100,7 @@ spec:
args:
- "--type=liveness"
- "--endpoint=$(CSI_ENDPOINT)"
- "--metricsport=8080"
- "--metricsport=8680"
- "--metricspath=/metrics"
- "--polltime=60s"
- "--timeout=3s"
@ -161,7 +161,7 @@ spec:
- name: http-metrics
port: 8080
protocol: TCP
targetPort: 8080
targetPort: 8680
- name: grpc-metrics
port: 8090
protocol: TCP

View File

@ -12,11 +12,12 @@ spec:
- name: http-metrics
port: 8080
protocol: TCP
targetPort: 8080
targetPort: 8680
- name: grpc-metrics
port: 8090
protocol: TCP
targetPort: 8090
---
kind: Deployment
apiVersion: apps/v1
@ -133,7 +134,7 @@ spec:
args:
- "--type=liveness"
- "--endpoint=$(CSI_ENDPOINT)"
- "--metricsport=8080"
- "--metricsport=8680"
- "--metricspath=/metrics"
- "--polltime=60s"
- "--timeout=3s"

View File

@ -100,7 +100,7 @@ spec:
args:
- "--type=liveness"
- "--endpoint=$(CSI_ENDPOINT)"
- "--metricsport=8080"
- "--metricsport=8680"
- "--metricspath=/metrics"
- "--polltime=60s"
- "--timeout=3s"
@ -161,7 +161,7 @@ spec:
- name: http-metrics
port: 8080
protocol: TCP
targetPort: 8080
targetPort: 8680
- name: grpc-metrics
port: 8090
protocol: TCP