Skip to content

Commit

Permalink
feat: revert unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
leahjlou committed Oct 3, 2024
1 parent 3008faf commit a8ed721
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions templates/stacks-devnet-api.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,8 @@ spec:
containers:
- command: ["stacks-devnet-api"]
name: stacks-devnet-api
# image: hirosystems/stacks-devnet-api:latest
# imagePullPolicy: IfNotPresent
image: stacks-devnet-api:latest
imagePullPolicy: Never
image: hirosystems/stacks-devnet-api:latest
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8477
name: api
Expand Down

0 comments on commit a8ed721

Please sign in to comment.