fix port naming

This commit is contained in:
CALIN Cristian Andrei
2021-09-13 17:50:22 +03:00
parent 1fbc604a0c
commit 14d21c2c96

View File

@@ -170,13 +170,13 @@ spec:
mountPath: /var/lib/csi/sockets/pluginproxy/ mountPath: /var/lib/csi/sockets/pluginproxy/
ports: ports:
- containerPort: 8080 - containerPort: 8080
name: provisioner-endpoint name: prov-port
protocol: TCP protocol: TCP
livenessProbe: livenessProbe:
failureThreshold: 1 failureThreshold: 1
httpGet: httpGet:
path: /healthz/leader-election path: /healthz/leader-election
port: provisioner-endpoint port: prov-port
initialDelaySeconds: 10 initialDelaySeconds: 10
timeoutSeconds: 10 timeoutSeconds: 10
periodSeconds: 20 periodSeconds: 20
@@ -204,13 +204,13 @@ spec:
mountPath: /var/lib/csi/sockets/pluginproxy/ mountPath: /var/lib/csi/sockets/pluginproxy/
ports: ports:
- containerPort: 8080 - containerPort: 8080
name: attacher-endpoint name: attach-port
protocol: TCP protocol: TCP
livenessProbe: livenessProbe:
failureThreshold: 1 failureThreshold: 1
httpGet: httpGet:
path: /healthz/leader-election path: /healthz/leader-election
port: attacher-endpoint port: attach-port
initialDelaySeconds: 10 initialDelaySeconds: 10
timeoutSeconds: 10 timeoutSeconds: 10
periodSeconds: 20 periodSeconds: 20
@@ -235,13 +235,13 @@ spec:
mountPath: /var/lib/csi/sockets/pluginproxy/ mountPath: /var/lib/csi/sockets/pluginproxy/
ports: ports:
- containerPort: 8082 - containerPort: 8082
name: resizer-endpoint name: resizer-port
protocol: TCP protocol: TCP
livenessProbe: livenessProbe:
failureThreshold: 1 failureThreshold: 1
httpGet: httpGet:
path: /healthz/leader-election path: /healthz/leader-election
port: resizer-endpoint port: resizer-port
initialDelaySeconds: 10 initialDelaySeconds: 10
timeoutSeconds: 10 timeoutSeconds: 10
periodSeconds: 20 periodSeconds: 20