@rahul456 can you direct me what else do i need to do to get it working?
thank you. -jenna
I created a pvc, a pod and service:
apiVersion: v1
kind: Service
metadata:
name: jekyll-container-nautilus
namespace: jekyll-namespace-nautilus
spec:
selector:
app: jekyll-pod-nautilus
ports:
- protocol: TCP
port: 8080
targetPort: 4000
nodePort: 31181
type: NodePort
status:
loadBalancer: {}