Commit d35d0ed5 authored by Prout, Ryan's avatar Prout, Ryan
Browse files

make host unique for each user

parent b94c6455
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ kind: Route
metadata:
  name: minio-standalone
spec:
  host: minio-standalone.apps.marble.ccs.ornl.gov
  host: {{ .Values.minio.host }}
  to:
    # Associate with the service we created
    kind: Service
+2 −0
Original line number Diff line number Diff line
@@ -9,3 +9,5 @@ minio:
    limits:
      cpu: 2
      memory: 1Gi
  # Change this to reflect your namespace, this must be unique: <your_namespace>-minio-standalone.apps.marble.ccs.ornl.gov
  host: rprout-minio-standalone.apps.marble.ccs.ornl.gov