++
This commit is contained in:
parent
80ba779ab9
commit
0e6cae1d30
@ -2,7 +2,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: frontend-service
|
name: frontend-svc
|
||||||
namespace: issues
|
namespace: issues
|
||||||
spec:
|
spec:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
|||||||
@ -215,6 +215,19 @@ spec:
|
|||||||
rewrite: /
|
rewrite: /
|
||||||
service: frontend-svc.documentations.svc.cluster.local
|
service: frontend-svc.documentations.svc.cluster.local
|
||||||
port: 80
|
port: 80
|
||||||
|
issues-frontend:
|
||||||
|
name: issues-frontend-virt-service
|
||||||
|
namespace: gateway
|
||||||
|
hosts:
|
||||||
|
- sarex.contour.infra.sarex.tech
|
||||||
|
gateways:
|
||||||
|
- gateway/platform-gateway
|
||||||
|
routes:
|
||||||
|
- path:
|
||||||
|
prefix: /issues/static/
|
||||||
|
rewrite: /
|
||||||
|
service: frontend-svc.issues.svc.cluster.local
|
||||||
|
port: 80
|
||||||
vault:
|
vault:
|
||||||
name: vault-virt-service
|
name: vault-virt-service
|
||||||
namespace: gateway
|
namespace: gateway
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user