diff --git a/configmap-secrets/done/postgres-service.yaml b/configmap-secrets/done/postgres-service.yaml index 9b8277c..797aa46 100644 --- a/configmap-secrets/done/postgres-service.yaml +++ b/configmap-secrets/done/postgres-service.yaml @@ -13,5 +13,3 @@ spec: selector: app: postgres type: ClusterIP -status: - loadBalancer: {} diff --git a/configmap-secrets/start/postgres-service.yaml b/configmap-secrets/start/postgres-service.yaml index 9b8277c..797aa46 100644 --- a/configmap-secrets/start/postgres-service.yaml +++ b/configmap-secrets/start/postgres-service.yaml @@ -13,5 +13,3 @@ spec: selector: app: postgres type: ClusterIP -status: - loadBalancer: {} diff --git a/persistent-storage/done/backend-service.yaml b/persistent-storage/done/backend-service.yaml index 05a3d44..a15c235 100644 --- a/persistent-storage/done/backend-service.yaml +++ b/persistent-storage/done/backend-service.yaml @@ -13,5 +13,3 @@ spec: selector: app: backend type: ClusterIP -status: - loadBalancer: {} diff --git a/persistent-storage/done/postgres-service.yaml b/persistent-storage/done/postgres-service.yaml index 9b8277c..797aa46 100644 --- a/persistent-storage/done/postgres-service.yaml +++ b/persistent-storage/done/postgres-service.yaml @@ -13,5 +13,3 @@ spec: selector: app: postgres type: ClusterIP -status: - loadBalancer: {} diff --git a/persistent-storage/start/backend-service.yaml b/persistent-storage/start/backend-service.yaml index 05a3d44..8f99215 100644 --- a/persistent-storage/start/backend-service.yaml +++ b/persistent-storage/start/backend-service.yaml @@ -12,6 +12,4 @@ spec: targetPort: 5000 selector: app: backend - type: ClusterIP -status: - loadBalancer: {} + type: ClusterIP \ No newline at end of file diff --git a/persistent-storage/start/postgres-service.yaml b/persistent-storage/start/postgres-service.yaml index 9b8277c..797aa46 100644 --- a/persistent-storage/start/postgres-service.yaml +++ b/persistent-storage/start/postgres-service.yaml @@ -13,5 +13,3 @@ spec: selector: app: postgres type: ClusterIP -status: - loadBalancer: {} diff --git a/quotes-flask/postgres-service.yaml b/quotes-flask/postgres-service.yaml index 9b8277c..797aa46 100644 --- a/quotes-flask/postgres-service.yaml +++ b/quotes-flask/postgres-service.yaml @@ -13,5 +13,3 @@ spec: selector: app: postgres type: ClusterIP -status: - loadBalancer: {} diff --git a/rolling-updates/extra/nginx-svc.yaml b/rolling-updates/extra/nginx-svc.yaml index b32175c..bf07598 100644 --- a/rolling-updates/extra/nginx-svc.yaml +++ b/rolling-updates/extra/nginx-svc.yaml @@ -12,6 +12,4 @@ spec: targetPort: 80 selector: app: nginx - type: LoadBalancer -status: - loadBalancer: {} + type: NodePort