Skip to content

Commit

Permalink
Update the demo
Browse files Browse the repository at this point in the history
  • Loading branch information
azlyth committed May 30, 2024
1 parent 574d393 commit a3d01b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PROXY_IMG = ghcr.io/moonbeam-nyc/snorlax-proxy:${VERSION}
## Workflows

dev-setup: minikube-delete minikube-start proxy-install operator-crd-install dummy-install
demo: minikube-reset helm-install-remote dummy-install
demo: minikube-reset helm-install-remote dummy-install minikube-tunnel
release: proxy-release-multiplatform operator-release-multiplatform operator-helmify helm-package


Expand Down Expand Up @@ -76,6 +76,9 @@ minikube-start:
minikube-delete:
minikube delete

minikube-tunnel:
minikube tunnel


## Dummy app

Expand Down
2 changes: 1 addition & 1 deletion dummy-app/k8s-manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: dummy
spec:
wakeTime: '10:00am'
sleepTime: '2:00pm'
sleepTime: '10:05am'
timezone: 'America/New_York'
deploymentName: dummy-deployment
ingressName: dummy-ingress
Expand Down

0 comments on commit a3d01b2

Please # to comment.