Skip to content

Commit

Permalink
Fix service name errors
Browse files Browse the repository at this point in the history
  • Loading branch information
yhtMinceraft1010X committed Oct 26, 2023
1 parent 38eefe3 commit f87dbb8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deployment/gke-prod-manifests/frontend-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ metadata:
spec:
defaultBackend:
service:
name: frontend-service
name: frontend
port:
number: 3000
2 changes: 1 addition & 1 deletion deployment/gke-prod-manifests/gateway-http-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ metadata:
spec:
defaultBackend:
service:
name: frontend-service
name: frontend
port:
number: 4000
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ metadata:
spec:
defaultBackend:
service:
name: gateway-service
name: gateway
port:
number: 4003
2 changes: 1 addition & 1 deletion deployment/gke-prod-manifests/gateway-wsmatch-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ metadata:
spec:
defaultBackend:
service:
name: gateway-service
name: gateway
port:
number: 4002

0 comments on commit f87dbb8

Please sign in to comment.