Skip to content

Commit

Permalink
change external minio service port
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusdc committed Apr 9, 2024
1 parent 5f39db4 commit d85ff71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion roles/conda_store/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ conda_store_client_secret: SUPERSECRETPASSWORDCONDASTORE
minio_username: admin
minio_password: mWdaGyPmNOApU93Vxk6sNTac
minio_internal_port: "9001"
minio_external_port: "9000"
minio_external_port: "9080"

# role: mysql
mysql_databases:
Expand Down
2 changes: 1 addition & 1 deletion roles/traefik/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ conda_store_port: "5000"

# role: minio
minio_internal_port: "9001"
minio_external_port: "9000"
minio_external_port: "9080"
2 changes: 1 addition & 1 deletion roles/traefik/templates/traefik_dynamic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ http:
service: "dummy"

minio:
rule: "Host(`{{ traefik_domain | default(hostvars[groups['hpc_master'][0]].ansible_ssh_host) }}`) && PathPrefix(`/minio`)"
rule: "Host(`{{ traefik_domain | default(hostvars[groups['hpc_master'][0]].ansible_ssh_host) }}`)"
entryPoints:
- "minio"
service: "minio"
Expand Down

0 comments on commit d85ff71

Please sign in to comment.