Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
saramune committed Jul 24, 2024
1 parent 8756fb6 commit 0e82b1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion akka/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ RELEASE = $$(basename $$PWD)

.PHONY: install
install:
helm upgrade -i --set replicaCount=3 --wait $(RELEASE) .
helm upgrade -i --set replicaCount=3 --wait --timeout 10m $(RELEASE) .
sleep 370s
kubectl get pod -n akka

.PHONY: lint
lint: lint-default lint-local-akka-http lint-cluster-discovery-dns lint-cluster-discovery-kubernetes-api lint-cluster-discovery-aggregate lint-cluster-multi-eks-cluster lint-use-environment-variable-and-secret
Expand Down

0 comments on commit 0e82b1a

Please sign in to comment.