From 3d70fd273127c58a23f586fa4d9c522e9c66cbc5 Mon Sep 17 00:00:00 2001 From: Daniel KT Date: Wed, 8 Nov 2023 14:47:45 -0500 Subject: [PATCH] rename deploy values from vesting to token-plans --- deploy/Chart.yaml | 6 ++-- deploy/templates/marlowe-vesting.yaml | 46 +++++++++++++-------------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/deploy/Chart.yaml b/deploy/Chart.yaml index a95d3c5..59e0b2e 100644 --- a/deploy/Chart.yaml +++ b/deploy/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 -name: marlowe-vesting +name: marlowe-token-plans version: v1.0.0 description: Marlowe Token Plans Prototype -home: https://github.com/input-output-hk/marlowe-vesting +home: https://github.com/input-output-hk/marlowe-token-plans sources: - - https://github.com/input-output-hk/marlowe-vesting + - https://github.com/input-output-hk/marlowe-token-plans diff --git a/deploy/templates/marlowe-vesting.yaml b/deploy/templates/marlowe-vesting.yaml index 5490cd7..a2471c0 100644 --- a/deploy/templates/marlowe-vesting.yaml +++ b/deploy/templates/marlowe-vesting.yaml @@ -3,11 +3,11 @@ apiVersion: core.oam.dev/v1beta1 kind: Application metadata: - name: marlowe-vesting-{{ $network }} + name: marlowe-token-plans-{{ $network }} namespace: marlowe-production spec: components: - - name: marlowe-vesting-{{ $network }} + - name: marlowe-token-plans-{{ $network }} properties: image: joseluisq/static-web-server:2 args: @@ -32,37 +32,37 @@ spec: type: scaler - properties: domains: - - vesting-{{ $network }}.prod.scdev.aws.iohkdev.io + - token-plans-{{ $network }}.prod.scdev.aws.iohkdev.io rules: - port: 8080 type: https-route - type: init-container properties: - name: load-vesting-client + name: load-token-plans-client image: ghcr.io/input-output-hk/marlowe-vesting:{{ $.Values.images.productionTag }} args: - -c - | root="$(dirname $(readlink -f /profile/index.html))" - cp -a $root/* /share/marlowe-vesting/static - cat > /share/marlowe-vesting/static/config.json < /share/marlowe-token-plans/static/config.json < /share/marlowe-vesting/static/config.json < /share/marlowe-token-plans/static/config.json <