Skip to content

Commit 3cae3b6

Browse files
committed
Fix service name
1 parent 121b8fb commit 3cae3b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api-gateway/kubernetes/service.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apiVersion: v1
22
kind: Service
33
metadata:
4-
name: hello-springboot
4+
name: api-gateway
55
labels:
6-
app: hello-springboot
6+
app: api-gateway
77
spec:
88
ports:
99
- name: http
1010
port: 8080
1111
selector:
12-
app: hello-springboot
12+
app: api-gateway

0 commit comments

Comments
 (0)