HTTPS Certificate Automated
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
PVC
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!
, multiple selections available,