Commit 306f42dd authored by Prout, Ryan's avatar Prout, Ryan
Browse files

adding comments

parent 0cc7e257
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -6,8 +6,10 @@ metadata:
spec:
  podSelector:
    matchLabels:
      # how we match our application
      app: minio-standalone
  ingress:
    # allow all
    - {}
  policyTypes:
    - Ingress
+3 −0
Original line number Diff line number Diff line
@@ -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