We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3340d commit 658e25dCopy full SHA for 658e25d
1 file changed
Kubernetese/hpa/hpa.yml
@@ -30,7 +30,7 @@ kind: Service
30
metadata:
31
name: nginx-svc
32
spec:
33
- type: ClusterIP ## this is default if we do not type in service definition
+ type: LoadBalancer ## this is default if we do not type in service definition
34
selector:
35
app: nginx
36
ports:
0 commit comments