Change service type from ClusterIP to LoadBalancer in app-test-1.yaml
This commit is contained in:
parent
19813118eb
commit
802e99c640
@ -33,7 +33,7 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
app: app-test-1
|
app: app-test-1
|
||||||
spec:
|
spec:
|
||||||
type: ClusterIP
|
type: LoadBalancer
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
port: 80
|
port: 80
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user