Loading charts/minio-standalone/templates/network-policy.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ kind: NetworkPolicy apiVersion: networking.k8s.io/v1 metadata: name: web-allow-external namespace: stf007 namespace: {{ .Values.minio.network_policy_namespace }} spec: podSelector: matchLabels: Loading charts/minio-standalone/values.yaml +3 −1 Original line number Diff line number Diff line Loading @@ -17,4 +17,6 @@ minio: # This is the OLCF file system path MinIO will server out of, if "enabled" above. olcf_mount: /ccs/proj/stf007/minio-test # Amount of storage to use, if use_olcf_fs is "disabled" pvc_storage: 10Gi pvc_storage: 3Gi # Change this to reflect <your-project-namespace>, this will be the output of the `oc project` command. network_policy_namespace: <your-project-namespace> Loading
charts/minio-standalone/templates/network-policy.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ kind: NetworkPolicy apiVersion: networking.k8s.io/v1 metadata: name: web-allow-external namespace: stf007 namespace: {{ .Values.minio.network_policy_namespace }} spec: podSelector: matchLabels: Loading
charts/minio-standalone/values.yaml +3 −1 Original line number Diff line number Diff line Loading @@ -17,4 +17,6 @@ minio: # This is the OLCF file system path MinIO will server out of, if "enabled" above. olcf_mount: /ccs/proj/stf007/minio-test # Amount of storage to use, if use_olcf_fs is "disabled" pvc_storage: 10Gi pvc_storage: 3Gi # Change this to reflect <your-project-namespace>, this will be the output of the `oc project` command. network_policy_namespace: <your-project-namespace>