Set service name
This commit is contained in:
parent
3c081f18ba
commit
7d329e79bf
@ -41,7 +41,7 @@ spec:
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: wishlist-service
|
||||
name: wishlist
|
||||
namespace: wishlist
|
||||
spec:
|
||||
ports:
|
||||
|
@ -30,10 +30,9 @@ spec:
|
||||
- match: Host(`wishlist.kjuulh.app`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: wishlist-service
|
||||
- name: wishlist
|
||||
kind: Service
|
||||
namespace: wishlist
|
||||
port: 80
|
||||
responseForwarding:
|
||||
flushInterval: 1ms
|
||||
scheme: https
|
||||
|
Loading…
Reference in New Issue
Block a user