mirror of
https://github.com/cristicalin/synology-csi.git
synced 2026-07-30 17:24:27 +00:00
fix port naming
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user