2cce09400f
* 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>
18 lines
320 B
YAML
18 lines
320 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: astrbot-service-lb
|
|
namespace: astrbot-ns
|
|
labels:
|
|
app: astrbot-stack
|
|
spec:
|
|
type: LoadBalancer
|
|
selector:
|
|
app: astrbot-stack
|
|
ports:
|
|
- name: napcat-web
|
|
port: 6099
|
|
targetPort: 6099
|
|
- name: astrbot-web
|
|
port: 6185
|
|
targetPort: 6185 |