Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratap2018 committed Dec 15, 2023
1 parent 80ad41e commit a3262cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ spec:
apiVersion: v1
kind: Service
metadata:
name: enity-api-service
name: entity-api-service
namespace: hypermine-development
annotations:
cloud.google.com/neg: '{"ingress": true}'

spec:
type: NodePort
selector:
app: enity-api
app: entity-api
ports:
- port: __PORT__
targetPort: __PORT__
Expand Down

0 comments on commit a3262cb

Please sign in to comment.