Skip to content

Commit

Permalink
fix container port
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid committed Oct 3, 2023
1 parent eb28ecf commit a31b760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/stacks-devnet-api.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
image: stacks-devnet-api
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8478
- containerPort: 8477
name: api
protocol: TCP
volumeMounts:
Expand All @@ -74,7 +74,7 @@ spec:
- name: api
port: 8477
protocol: TCP
targetPort: 8478
targetPort: 8477
nodePort: 30000
selector:
name: stacks-devnet-api
Expand Down

0 comments on commit a31b760

Please sign in to comment.