Use port 80 for svc

This commit is contained in:
2026-06-12 13:35:19 +08:00
parent e439448957
commit fb5999d18f
+3 -3
View File
@@ -33,9 +33,9 @@ spec:
selector:
app: astrojs
ports:
- port: 8080
- port: 80
targetPort: 8080
name: web
name: http
---
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
@@ -75,4 +75,4 @@ spec:
backendRefs:
- name: astrojs
namespace: default
port: 8080
port: 80