Skip to content

Commit 658e25d

Browse files
Update hpa.yml
1 parent 4e3340d commit 658e25d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Kubernetese/hpa/hpa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ kind: Service
3030
metadata:
3131
name: nginx-svc
3232
spec:
33-
type: ClusterIP ## this is default if we do not type in service definition
33+
type: LoadBalancer ## this is default if we do not type in service definition
3434
selector:
3535
app: nginx
3636
ports:

0 commit comments

Comments
 (0)