File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -140,20 +140,20 @@ Once the persistent volume claim has been created and the disk successfully prov
140
140
name: mypod
141
141
spec:
142
142
containers:
143
- - name: mypod
144
- image: mcr.microsoft.com/oss/nginx/nginx:1.15.5-alpine
145
- resources:
146
- requests:
147
- cpu: 100m
148
- memory: 128Mi
149
- limits:
150
- cpu: 250m
151
- memory: 256Mi
152
- volumeMounts:
153
- - mountPath: "/mnt/azure"
154
- name: volume
143
+ - name: mypod
144
+ image: mcr.microsoft.com/oss/nginx/nginx:1.15.5-alpine
145
+ resources:
146
+ requests:
147
+ cpu: 100m
148
+ memory: 128Mi
149
+ limits:
150
+ cpu: 250m
151
+ memory: 256Mi
152
+ volumeMounts:
153
+ - mountPath: "/mnt/azure"
154
+ name: volume
155
155
volumes:
156
- - name: volume
156
+ - name: volume
157
157
persistentVolumeClaim:
158
158
claimName: azure-managed-disk
159
159
` ` `
You can’t perform that action at this time.
0 commit comments