Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratap2018 committed Jan 29, 2024
1 parent f319d32 commit 1cee26a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ spec:
resources:
limits:
memory: "256Mi"
cpu: "500m"
cpu: "100m"
ports:
- containerPort: 8080
- containerPort: 8088
env:
- name: NODE_ENV
value: __NODE_ENV__
Expand Down Expand Up @@ -77,11 +77,13 @@ kind: Service
metadata:
name: fyre-ui-svc
namespace: hypermine-development
annotations:
cloud.google.com/neg: '{"ingress": true}'

spec:
type: NodePort
selector:
app: fyre-ui
ports:
- port: 8080
- port: 8088
targetPort: 80

0 comments on commit 1cee26a

Please sign in to comment.