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:
zhenyus 2025-02-24 17:50:58 +08:00
parent 11d6f74536
commit 1668cdfb34

View File

@ -23,11 +23,22 @@ devsvc:
memory: 1Gi
probes: {}
services:
- name: chat-service
- name: devsvc-service
type: ClusterIP
port: 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:
tz: UTC
appName: devsvc