Loading charts/minio-standalone/templates/network-policy.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -6,8 +6,10 @@ metadata: spec: podSelector: matchLabels: # how we match our application app: minio-standalone ingress: # allow all - {} policyTypes: - Ingress charts/minio-standalone/templates/route.yaml +3 −0 Original line number Diff line number Diff line Loading @@ -5,9 +5,12 @@ metadata: spec: host: minio-standalone.apps.marble.ccs.ornl.gov to: # Associate with the service we created kind: Service name: minio-standalone-service port: # Needs to match name of port in the service file targetPort: 9000-tcp tls: # Terminate TLS at the router, before sending to service. Preferred method of securing a route. termination: edge Loading
charts/minio-standalone/templates/network-policy.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -6,8 +6,10 @@ metadata: spec: podSelector: matchLabels: # how we match our application app: minio-standalone ingress: # allow all - {} policyTypes: - Ingress
charts/minio-standalone/templates/route.yaml +3 −0 Original line number Diff line number Diff line Loading @@ -5,9 +5,12 @@ metadata: spec: host: minio-standalone.apps.marble.ccs.ornl.gov to: # Associate with the service we created kind: Service name: minio-standalone-service port: # Needs to match name of port in the service file targetPort: 9000-tcp tls: # Terminate TLS at the router, before sending to service. Preferred method of securing a route. termination: edge