Skip to content

Commit 0406db7

Browse files
Updated k8 service type to loadbalancer
1 parent 9249e82 commit 0406db7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gcp-deployment-scripts/app-deployment.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ spec:
3535
selector:
3636
name: app-pod
3737
app: rest-app-java
38-
type: NodePort
38+
type: LoadBalancer
3939
ports:
4040
- targetPort: 4000
4141
port: 4000
42-
nodePort: 30004

0 commit comments

Comments
 (0)