feat(deploy): update ingress rules and add media supply configuration
Deployment Config CI / Deployment Config (push) Successful in 12s

This commit is contained in:
2026-05-31 11:14:06 +08:00
parent 8ea4a2ffff
commit 430a83e8dd
5 changed files with 86 additions and 2 deletions
+3
View File
@@ -89,12 +89,15 @@ metadata:
labels:
app.kubernetes.io/name: tenant-api
spec:
type: NodePort
externalTrafficPolicy: Local
selector:
app.kubernetes.io/name: tenant-api
ports:
- name: http
port: 8080
targetPort: http
nodePort: 30083
---
apiVersion: apps/v1
kind: Deployment