Skip to content

Commit

Permalink
k8s volume fixbug
Browse files Browse the repository at this point in the history
  • Loading branch information
kinoxyz1 committed Apr 6, 2023
1 parent 598ab21 commit 6f8af78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion note/Kubernetes/volume.md
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ spec:
- containerPort: 80
name: my-nginx
volumeMounts:
- name: my-nginx-config1
- name: my-nginx-config-1
mountPath: /usr/share/nginx/html/
volumes:
- name: my-nginx-config-1
Expand Down

0 comments on commit 6f8af78

Please sign in to comment.