We're a place where coders share, stay up-to-date and grow their careers.
Hi Mario!
Thanks for your walkthrough,
I am very interested in doing this setup, but I am kind of new to Kubernetes and I find some steps hard to follow
What do I do with
volumeMounts: - name: my-pvc-nfs mountPath: "/var/www/html/wp-content" volumes: - name: my-pvc-nfs nfs: server: 10.3.240.20 path: "/"
I think is missing the header :/
Hi Mario!
Thanks for your walkthrough,
I am very interested in doing this setup, but I am kind of new to Kubernetes and I find some steps hard to follow
What do I do with
volumeMounts:
- name: my-pvc-nfs
mountPath: "/var/www/html/wp-content"
volumes:
- name: my-pvc-nfs
nfs:
server: 10.3.240.20
path: "/"
I think is missing the header :/