Skip to content

Commit

Permalink
Merge pull request #45 from hypersign-protocol/CD
Browse files Browse the repository at this point in the history
update
  • Loading branch information
Pratap2018 authored Dec 6, 2023
2 parents 4ebc309 + fad8acc commit 46ad7e1
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,7 @@ spec:
memory: "1Gi"
cpu: "500m"
ports:
- containerPort: __PORT__
readinessProbe:
tcpSocket:
port: __PORT__
initialDelaySeconds: 15
periodSeconds: 10
livenessProbe:
tcpSocket:
port: __PORT__
initialDelaySeconds: 15
periodSeconds: 10
- containerPort: 3000
env:
- name: HOST
value: __HOST__
Expand All @@ -58,14 +48,13 @@ metadata:
namespace: hypermine-development
annotations:
cloud.google.com/neg: '{"ingress": true}'

spec:
type: NodePort
selector:
app: vault-app
ports:
- port: __PORT__
targetPort: __PORT__
- port: 3000
targetPort: 3000
protocol: TCP
---

0 comments on commit 46ad7e1

Please sign in to comment.