Update pod.yaml
This commit is contained in:
parent
3235b46038
commit
1fe4b9a652
|
@ -11,7 +11,7 @@ spec:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /mount/test-volume
|
- mountPath: "/mount/test-volume"
|
||||||
name: test-volume
|
name: test-volume
|
||||||
volumes:
|
volumes:
|
||||||
- name: test-volume
|
- name: test-volume
|
||||||
|
|
Loading…
Reference in New Issue