Skip to content

Commit

Permalink
Make the helm deploy the default
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Sep 27, 2023
1 parent 80b3d1d commit 654b7dc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 196 deletions.
186 changes: 0 additions & 186 deletions deploy/marlowe-playground.yaml

This file was deleted.

20 changes: 10 additions & 10 deletions helm/templates/marlowe-playground.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apiVersion: core.oam.dev/v1beta1
kind: Application
metadata:
name: marlowe-playground-test
name: marlowe-playground
namespace: marlowe-staging
spec:
components:
- name: marlowe-playground-test
- name: marlowe-playground
type: webservice
properties:
cpu: "0.5"
Expand All @@ -14,7 +14,7 @@ spec:
- webserver
env:
- name: FRONTEND_URL
value: https://marlowe-playground-test.scdev.aws.iohkdev.io
value: https://marlowe-playground.scdev.aws.iohkdev.io
- name: WEBGHC_URL
value: http://localhost:8080
- name: JWT_SIGNATURE
Expand Down Expand Up @@ -49,14 +49,14 @@ spec:
type: scaler
- properties:
domains:
- marlowe-playground-test.scdev.aws.iohkdev.io
- marlowe-playground.scdev.aws.iohkdev.io
rules:
- path:
type: PathPrefix
value: /api
port: 8080
type: https-route
- name: marlowe-playground-client-test
- name: marlowe-playground-client
type: webservice
properties:
cpu: "0.5"
Expand All @@ -77,7 +77,7 @@ spec:
type: scaler
- properties:
domains:
- marlowe-playground-test.scdev.aws.iohkdev.io
- marlowe-playground.scdev.aws.iohkdev.io
rules:
- port: 8080
type: https-route
Expand Down Expand Up @@ -117,7 +117,7 @@ spec:
properties:
env:
- name: FRONTEND_URL
value: https://playtest.marlowe.iohk.io
value: https://play.marlowe.iohk.io
- name: WEBGHC_URL
value: http://localhost:8080
- name: JWT_SIGNATURE
Expand All @@ -144,20 +144,20 @@ spec:
traits:
- properties:
domains:
- playtest.marlowe.iohk.io
- play.marlowe.iohk.io
rules:
- path:
type: PathPrefix
value: /api
port: 8080
type: https-route
- name: marlowe-playground-client-test
- name: marlowe-playground-client
properties:
image: p3terx/darkhttpd
traits:
- properties:
domains:
- playtest.marlowe.iohk.io
- play.marlowe.iohk.io
rules:
- port: 8080
type: https-route
Expand Down

0 comments on commit 654b7dc

Please sign in to comment.