bootstrap ircs-prod gitops config

This commit is contained in:
Prodiglagla
2026-06-14 11:46:13 +08:00
commit f83d1157b1
41 changed files with 3879 additions and 0 deletions
+55
View File
@@ -0,0 +1,55 @@
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: huawai-route
namespace: ircs-prod
labels:
app.kubernetes.io/part-of: ircs
environment: prod
spec:
hostnames:
- huawai.sophia.fr.eu.org
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: production-gateway
namespace: envoy-gateway-system
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- group: ""
kind: Service
name: ircs-frontend-gateway
port: 80
weight: 1
---
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: ircs-route
namespace: ircs-prod
labels:
app.kubernetes.io/part-of: ircs
environment: prod
spec:
hostnames:
- ircs.sophia.fr.eu.org
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: production-gateway
namespace: envoy-gateway-system
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- group: ""
kind: Service
name: ircs-frontend-gateway
port: 8080
weight: 1