add-ons: Install traefik API gateway

This commit is contained in:
2026-02-15 10:51:41 +05:30
parent 0f158d8f8f
commit 9a3609c3ab
4 changed files with 74 additions and 6 deletions
+18
View File
@@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: gateway-api
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/kubernetes-sigs/gateway-api
targetRevision: v1.4.1
path: config/crd/standard
destination:
server: https://kubernetes.default.svc
namespace: default
syncPolicy:
automated:
prune: true
selfHeal: true