Skip to content

Commit

Permalink
devops: Clean up automatic release to unified-auctions.makerdao.com (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
BracketJohn authored Apr 1, 2022
1 parent fee1229 commit 1c5aa76
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 20 deletions.
12 changes: 6 additions & 6 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ data:
path_to_context: ./
build_args:
- key: PRODUCTION_DOMAIN
value_from_secret: auction-ui/auctions.makerdao.network/frontend/production_domain
value_from_secret: auction-ui/production.auction-ui.k8s.sidestream.tech/frontend/production_domain
- key: INFURA_PROJECT_ID
value_from_secret: auction-ui/auctions.makerdao.network/frontend/infura_project_id
value_from_secret: auction-ui/production.auction-ui.k8s.sidestream.tech/frontend/infura_project_id
- key: CONTACT_EMAIL
value_from_secret: auction-ui/auctions.makerdao.network/frontend/contact_email
value_from_secret: auction-ui/production.auction-ui.k8s.sidestream.tech/frontend/contact_email
- key: DEFAULT_ETHEREUM_NETWORK
value_from_secret: auction-ui/main.auction-ui.k8s.sidestream.tech/frontend/default_etherum_network
value_from_secret: auction-ui/production.auction-ui.k8s.sidestream.tech/frontend/default_etherum_network
tags_to_cache_from:
- "main"
trigger:
Expand Down Expand Up @@ -178,7 +178,7 @@ data:
- frontend.deployment.tag=$DRONE_COMMIT_SHA
- botTwitter.deployment.tag=$DRONE_COMMIT_SHA

- name: deploy-production.auction-ui.k8s.sidestream.tech
- name: deploy-unified-auctions.makerdao.com
depends_on:
- publish-bot-twitter-on-tag
- publish-frontend-makerdao-on-tag
Expand All @@ -191,7 +191,7 @@ data:
aws_ssm_path_to_base64_encoded_secrets_yaml: auction-ui/secrets.yaml
value_files:
- values.yaml
- values.override_production.auction-ui.k8s.sidestream.tech.yaml
- values.override_unified-auctions.makerdao.com.yaml
target_namespace: "auction-ui-production"
release_name: "auction-ui"
values_to_set:
Expand Down
4 changes: 0 additions & 4 deletions kubernetes/helm/values.override_localhost.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
hosts:
- "localhost"

ingress:
isCertManagerActivated: false
isTlsActivated: false

frontend:
deployment:
tag: "main"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
# Value overrides for the deployment to the following host:
hosts:
- "production.auction-ui.k8s.sidestream.tech"
- "unified-auctions.makerdao.com"

ingress:
isCertManagerActivated: true
# We can only generate a TLS cert for our own domain,
# maker needs to take over their domains TLS termination
tls:
- hosts:
- "production.auction-ui.k8s.sidestream.tech"
secretName: "auction-ui-tls-certificate"

frontend:
deployment:
# the frontend bakes in environment variables that need to be changed for makerdao,
Expand Down

0 comments on commit 1c5aa76

Please sign in to comment.