Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

SOAJS console

...

supports the ability to automatically create the https certificate as well as renew it by leveraging

...

letsencrypt and certbot. 

You need create a ReadWriteMany PVC called nfs-pvc

Code Block
languagexml
titlePVC
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
  name: nfs-pvc
spec:
  accessModes:
  - ReadWriteMany
  storageClassName: ""
  resources:
    requests:
      storage: 1Gi



How to create a ReadWriteMany PVC on GCP


Coming SOON!