Skip to content

Commit

Permalink
Change svc type from LB to NP
Browse files Browse the repository at this point in the history
  • Loading branch information
sofusalbertsen committed Sep 6, 2023
1 parent fc8674d commit 9ab2811
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions persistent-storage/done/frontend-service.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
app: frontend
name: frontend
Expand All @@ -12,6 +11,4 @@ spec:
targetPort: 5000
selector:
app: frontend
type: LoadBalancer
status:
loadBalancer: {}
type: NodePort
5 changes: 1 addition & 4 deletions persistent-storage/start/frontend-service.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
app: frontend
name: frontend
Expand All @@ -12,6 +11,4 @@ spec:
targetPort: 5000
selector:
app: frontend
type: LoadBalancer
status:
loadBalancer: {}
type: NodePort

0 comments on commit 9ab2811

Please sign in to comment.