Skip to content

Commit

Permalink
Change default lb type to Ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
gofman8 committed Jun 25, 2024
1 parent 46f5919 commit f864ce0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,10 @@ apiVersion: v1
kind: Service
metadata:
name: trading-data-service
annotations:
service.beta.kubernetes.io/aws-load-balancer-backend-protocol: http
service.beta.kubernetes.io/aws-load-balancer-ssl-cert: arn:aws:acm:us-east-2:768438872063:certificate/9fa02b26-0ee5-4301-bdd6-8474344885ff
spec:
selector:
app: trading-data-service
ports:
- port: 443
targetPort: 3000
type: LoadBalancer
type: NodePort

0 comments on commit f864ce0

Please sign in to comment.