feat(devsvc): rename chat-service to devsvc-service and add ingress configuration in values.alpha.yaml
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
11d6f74536
commit
1668cdfb34
@ -23,11 +23,22 @@ devsvc:
|
|||||||
memory: 1Gi
|
memory: 1Gi
|
||||||
probes: {}
|
probes: {}
|
||||||
services:
|
services:
|
||||||
- name: chat-service
|
- name: devsvc-service
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 8007
|
port: 8007
|
||||||
targetPort: 8007
|
targetPort: 8007
|
||||||
ingresses: {}
|
ingresses:
|
||||||
|
- name: devsvc-ingress
|
||||||
|
host: alpha.devsvc.freeleaps.mathmast.com
|
||||||
|
class: nginx
|
||||||
|
rules:
|
||||||
|
- path: /
|
||||||
|
pathType: Prefix
|
||||||
|
backend:
|
||||||
|
service:
|
||||||
|
name: devsvc-service
|
||||||
|
port:
|
||||||
|
number: 8007
|
||||||
configs:
|
configs:
|
||||||
tz: UTC
|
tz: UTC
|
||||||
appName: devsvc
|
appName: devsvc
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user