initial bootstrap: argocd, metallb, envoy-gateway, nfs-provisioner

This commit is contained in:
2026-06-14 16:00:21 +07:00
commit c44c2f6736
15 changed files with 299 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: argocd
namespace: argocd
spec:
parentRefs:
- name: envoy-gateway
namespace: envoy-gateway-system
hostnames:
- "argocd.fireflylab.local"
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- name: argocd-server
port: 80