Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratap2018 committed Dec 6, 2023
1 parent 95f23af commit a809ae6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ spec:
memory: "1Gi"
cpu: "500m"
ports:
- containerPort: #{PORT}#
- containerPort: 3000
readinessProbe:
tcpSocket:
port: #{PORT}#
port: 3000
initialDelaySeconds: 15
periodSeconds: 10
livenessProbe:
tcpSocket:
port: #{PORT}#
port: 3000
initialDelaySeconds: 15
periodSeconds: 10
env:
Expand Down Expand Up @@ -64,8 +64,8 @@ spec:
selector:
app: vault-app
ports:
- port: #{PORT}#
targetPort: #{PORT}#
- port: 3000
targetPort: 3000
protocol: TCP
---

0 comments on commit a809ae6

Please sign in to comment.