Change service type from ClusterIP to LoadBalancer in app-test-1.yaml

This commit is contained in:
Marco van Zijl 2025-05-03 08:50:15 +02:00
parent 19813118eb
commit 802e99c640

View File

@ -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