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