feat(facade): update service and ingress ports from 8500 to 8080

This commit is contained in:
suyiiyii 2025-01-21 23:18:15 +08:00
parent d914dc32f9
commit 1e56dc5579
Signed by: suyiiyii
GPG Key ID: 044704CB29B8AD85
2 changed files with 5 additions and 9 deletions

View File

@ -19,7 +19,7 @@ spec:
service: service:
name: facade name: facade
port: port:
number: 8500 number: 8080
--- ---
apiVersion: networking.k8s.io/v1 apiVersion: networking.k8s.io/v1
kind: Ingress kind: Ingress
@ -36,4 +36,4 @@ spec:
service: service:
name: facade name: facade
port: port:
number: 8500 number: 8080

View File

@ -4,12 +4,8 @@ metadata:
name: facade name: facade
spec: spec:
ports: ports:
- name: "8500" - name: "8080"
port: 8500 port: 8080
targetPort: 8500 targetPort: 8080
- name: "8600"
port: 8600
protocol: UDP
targetPort: 8600
selector: selector:
app: facade app: facade