File tree 9 files changed +36
-18
lines changed
azurefile-csi-driver/templates
azurefile-csi-driver/templates
azurefile-csi-driver/templates
9 files changed +36
-18
lines changed Original file line number Diff line number Diff line change 73
73
args :
74
74
- " --csi-address=$(CSI_ENDPOINT)"
75
75
- " --probe-timeout=3s"
76
- - " --http-endpoint=localhost: {{ .Values.node.livenessProbe.healthPort }}"
76
+ - " --health-port= {{ .Values.node.livenessProbe.healthPort }}"
77
77
- " --v=2"
78
78
env :
79
79
- name : CSI_ENDPOINT
@@ -138,12 +138,15 @@ spec:
138
138
- " --enable-get-volume-stats={{ .Values.feature.enableGetVolumeStats }}"
139
139
- " --allow-inline-volume-key-access-with-identity={{ .Values.node.allowInlineVolumeKeyAccessWithIdentity }}"
140
140
- " --metrics-address=0.0.0.0:{{ .Values.node.metricsPort }}"
141
+ ports :
142
+ - containerPort : {{ .Values.node.livenessProbe.healthPort }}
143
+ name : healthz
144
+ protocol : TCP
141
145
livenessProbe :
142
146
failureThreshold : 5
143
147
httpGet :
144
- host : localhost
145
148
path : /healthz
146
- port : {{ .Values.node.livenessProbe.healthPort }}
149
+ port : healthz
147
150
initialDelaySeconds : 30
148
151
timeoutSeconds : 10
149
152
periodSeconds : 30
Original file line number Diff line number Diff line change 73
73
args :
74
74
- " --csi-address=$(CSI_ENDPOINT)"
75
75
- " --probe-timeout=3s"
76
- - " --http-endpoint=localhost: {{ .Values.node.livenessProbe.healthPort }}"
76
+ - " --health-port= {{ .Values.node.livenessProbe.healthPort }}"
77
77
- " --v=2"
78
78
env :
79
79
- name : CSI_ENDPOINT
@@ -138,12 +138,15 @@ spec:
138
138
- " --enable-get-volume-stats={{ .Values.feature.enableGetVolumeStats }}"
139
139
- " --allow-inline-volume-key-access-with-identity={{ .Values.node.allowInlineVolumeKeyAccessWithIdentity }}"
140
140
- " --metrics-address=0.0.0.0:{{ .Values.node.metricsPort }}"
141
+ ports :
142
+ - containerPort : {{ .Values.node.livenessProbe.healthPort }}
143
+ name : healthz
144
+ protocol : TCP
141
145
livenessProbe :
142
146
failureThreshold : 5
143
147
httpGet :
144
- host : localhost
145
148
path : /healthz
146
- port : {{ .Values.node.livenessProbe.healthPort }}
149
+ port : healthz
147
150
initialDelaySeconds : 30
148
151
timeoutSeconds : 10
149
152
periodSeconds : 30
Original file line number Diff line number Diff line change 73
73
args :
74
74
- " --csi-address=$(CSI_ENDPOINT)"
75
75
- " --probe-timeout=3s"
76
- - " --http-endpoint=localhost: {{ .Values.node.livenessProbe.healthPort }}"
76
+ - " --health-port= {{ .Values.node.livenessProbe.healthPort }}"
77
77
- " --v=2"
78
78
env :
79
79
- name : CSI_ENDPOINT
@@ -138,12 +138,15 @@ spec:
138
138
- " --enable-get-volume-stats={{ .Values.feature.enableGetVolumeStats }}"
139
139
- " --allow-inline-volume-key-access-with-identity={{ .Values.node.allowInlineVolumeKeyAccessWithIdentity }}"
140
140
- " --metrics-address=0.0.0.0:{{ .Values.node.metricsPort }}"
141
+ ports :
142
+ - containerPort : {{ .Values.node.livenessProbe.healthPort }}
143
+ name : healthz
144
+ protocol : TCP
141
145
livenessProbe :
142
146
failureThreshold : 5
143
147
httpGet :
144
- host : localhost
145
148
path : /healthz
146
- port : {{ .Values.node.livenessProbe.healthPort }}
149
+ port : healthz
147
150
initialDelaySeconds : 30
148
151
timeoutSeconds : 10
149
152
periodSeconds : 30
Original file line number Diff line number Diff line change 46
46
args :
47
47
- --csi-address=$(CSI_ENDPOINT)
48
48
- --probe-timeout=3s
49
- - --http-endpoint=localhost: 29613
49
+ - --health-port= 29613
50
50
- --v=2
51
51
env :
52
52
- name : CSI_ENDPOINT
@@ -101,12 +101,15 @@ spec:
101
101
- --endpoint=$(CSI_ENDPOINT)
102
102
- --nodeid=$(KUBE_NODE_NAME)
103
103
- --metrics-address="0.0.0.0:29615"
104
+ ports :
105
+ - containerPort : 29613
106
+ name : healthz
107
+ protocol : TCP
104
108
livenessProbe :
105
109
failureThreshold : 5
106
110
httpGet :
107
- host : localhost
108
111
path : /healthz
109
- port : 29613
112
+ port : healthz
110
113
initialDelaySeconds : 30
111
114
timeoutSeconds : 10
112
115
periodSeconds : 30
Original file line number Diff line number Diff line change 46
46
args :
47
47
- --csi-address=$(CSI_ENDPOINT)
48
48
- --probe-timeout=3s
49
- - --http-endpoint =localhost:29613
49
+ - --health-port =localhost:29613
50
50
- --v=2
51
51
env :
52
52
- name : CSI_ENDPOINT
@@ -101,12 +101,15 @@ spec:
101
101
- --endpoint=$(CSI_ENDPOINT)
102
102
- --nodeid=$(KUBE_NODE_NAME)
103
103
- --metrics-address="0.0.0.0:29615"
104
+ ports :
105
+ - containerPort : 29613
106
+ name : healthz
107
+ protocol : TCP
104
108
livenessProbe :
105
109
failureThreshold : 5
106
110
httpGet :
107
- host : localhost
108
111
path : /healthz
109
- port : 29613
112
+ port : healthz
110
113
initialDelaySeconds : 30
111
114
timeoutSeconds : 10
112
115
periodSeconds : 30
Original file line number Diff line number Diff line change 46
46
args :
47
47
- --csi-address=$(CSI_ENDPOINT)
48
48
- --probe-timeout=3s
49
- - --http-endpoint =localhost:29613
49
+ - --health-port =localhost:29613
50
50
- --v=2
51
51
env :
52
52
- name : CSI_ENDPOINT
@@ -101,12 +101,15 @@ spec:
101
101
- --endpoint=$(CSI_ENDPOINT)
102
102
- --nodeid=$(KUBE_NODE_NAME)
103
103
- --metrics-address="0.0.0.0:29615"
104
+ ports :
105
+ - containerPort : 29613
106
+ name : healthz
107
+ protocol : TCP
104
108
livenessProbe :
105
109
failureThreshold : 5
106
110
httpGet :
107
- host : localhost
108
111
path : /healthz
109
- port : 29613
112
+ port : healthz
110
113
initialDelaySeconds : 30
111
114
timeoutSeconds : 10
112
115
periodSeconds : 30
You can’t perform that action at this time.
0 commit comments