Skip to content

Commit

Permalink
Rename a couple of missed domains
Browse files Browse the repository at this point in the history
Also remove repetitive comments
  • Loading branch information
yuvipanda committed Dec 16, 2023
1 parent f080f15 commit c53a556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions config/clusters/nasa-veda/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,14 @@ hubs:
domain: staging.veda.2i2c.cloud
helm_chart: daskhub
helm_chart_values_files:
# The order in which you list files here is the order the will be passed
# to the helm upgrade command in, and that has meaning. Please check
# that you intend for these files to be applied in this order.
- common.values.yaml
- staging.values.yaml
- enc-staging.secret.values.yaml
- name: prod
display_name: "NASA VEDA (prod)"
domain: veda.2i2c.cloud
domain: hub.openveda.cloud
helm_chart: daskhub
helm_chart_values_files:
# The order in which you list files here is the order the will be passed
# to the helm upgrade command in, and that has meaning. Please check
# that you intend for these files to be applied in this order.
- common.values.yaml
- prod.values.yaml
- enc-prod.secret.values.yaml
2 changes: 1 addition & 1 deletion config/clusters/nasa-veda/prod.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ basehub:
ingress:
hosts: [hub.openveda.cloud]
tls:
- hosts: [veda.2i2c.cloud]
- hosts: [hub.openveda.cloud]
secretName: https-auto-tls
hub:
config:
Expand Down

0 comments on commit c53a556

Please sign in to comment.