Skip to content

Commit

Permalink
LB type change to NodePort
Browse files Browse the repository at this point in the history
  • Loading branch information
sofusalbertsen committed Sep 6, 2023
1 parent 9ab2811 commit 9cb8691
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 18 deletions.
2 changes: 0 additions & 2 deletions configmap-secrets/done/postgres-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@ spec:
selector:
app: postgres
type: ClusterIP
status:
loadBalancer: {}
2 changes: 0 additions & 2 deletions configmap-secrets/start/postgres-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@ spec:
selector:
app: postgres
type: ClusterIP
status:
loadBalancer: {}
2 changes: 0 additions & 2 deletions persistent-storage/done/backend-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@ spec:
selector:
app: backend
type: ClusterIP
status:
loadBalancer: {}
2 changes: 0 additions & 2 deletions persistent-storage/done/postgres-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@ spec:
selector:
app: postgres
type: ClusterIP
status:
loadBalancer: {}
4 changes: 1 addition & 3 deletions persistent-storage/start/backend-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,4 @@ spec:
targetPort: 5000
selector:
app: backend
type: ClusterIP
status:
loadBalancer: {}
type: ClusterIP
2 changes: 0 additions & 2 deletions persistent-storage/start/postgres-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@ spec:
selector:
app: postgres
type: ClusterIP
status:
loadBalancer: {}
2 changes: 0 additions & 2 deletions quotes-flask/postgres-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@ spec:
selector:
app: postgres
type: ClusterIP
status:
loadBalancer: {}
4 changes: 1 addition & 3 deletions rolling-updates/extra/nginx-svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,4 @@ spec:
targetPort: 80
selector:
app: nginx
type: LoadBalancer
status:
loadBalancer: {}
type: NodePort

0 comments on commit 9cb8691

Please sign in to comment.