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: selector:
app: astrojs app: astrojs
ports: ports:
- port: 8080 - port: 80
targetPort: 8080 targetPort: 8080
name: web name: http
--- ---
apiVersion: gateway.networking.k8s.io/v1 apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute kind: HTTPRoute
@@ -75,4 +75,4 @@ spec:
backendRefs: backendRefs:
- name: astrojs - name: astrojs
namespace: default namespace: default
port: 8080 port: 80