forked from Botanical/BotanJS
Use port 80 for svc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user