Files
AstrBot/k8s/astrbot/04-service-loadbalancer.yaml
T
RC-CHN 2cce09400f feat: add Kubernetes manifests for astrbot and napcat deployment with services and persistent storage (#3901)
* feat: add Kubernetes manifests for astrbot and napcat deployment with services and persistent storage

* chore: remove 11451 port

---------

Co-authored-by: Soulter <905617992@qq.com>
2025-12-04 20:36:35 +08:00

24 lines
468 B
YAML

apiVersion: v1
kind: Service
metadata:
name: astrbot-standalone-lb
namespace: astrbot-standalone-ns
labels:
app: astrbot-standalone
spec:
type: LoadBalancer
selector:
app: astrbot-standalone
ports:
- name: webui
port: 6185
targetPort: 6185
- name: qq-ws
port: 6199
targetPort: 6199
# - name: wecom-wh
# port: 6195
# targetPort: 6195
# - name: qq-off-wh
# port: 6196
# targetPort: 6196