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