feat: deploy nginx-weighted traffic layer (TraefikService 90/10, TLS, HTTP redirect) #4

Merged
admin merged 6 commits from feat/nginx-weighted into main 2026-03-04 18:43:13 +00:00
Showing only changes of commit cdb736d5b2 - Show all commits

View File

@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: nginx-weighted
namespace: argocd
spec:
project: default
source:
repoURL: http://gitea-http.gitea.svc.cluster.local:3000/admin/k3s-gitops
path: apps/nginx-weighted
targetRevision: HEAD
destination:
server: https://kubernetes.default.svc
namespace: nginx-mcp
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true