Compare commits

...
2 Commits
Author SHA1 Message Date
whyredfire d12db3c9b7 root-app: Use directory.recurse for applications 2026-02-21 02:09:06 +05:30
whyredfire b2a0a2628c add-ons: Install traefik API gateway 2026-02-21 02:03:01 +05:30
6 changed files with 39 additions and 10 deletions
+37
View File
@@ -0,0 +1,37 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: traefik
namespace: argocd
spec:
project: default
source:
repoURL: https://traefik.github.io/charts
chart: traefik
targetRevision: v39.0.2
helm:
values: |
providers:
kubernetesGateway:
enabled: true
kubernetesIngress:
enabled: false
service:
type: ClusterIP
externalIPs:
- 192.168.2.220
gateway:
listeners:
web:
namespacePolicy:
from: All
destination:
server: https://kubernetes.default.svc
namespace: traefik
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
-5
View File
@@ -1,5 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- services
-5
View File
@@ -1,5 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- app-autoregexbot.yaml
+2
View File
@@ -9,6 +9,8 @@ spec:
repoURL: https://gitea.whyredfire.tech/whyredfire/gitops.git
targetRevision: main
path: applications
directory:
recurse: true
destination:
server: https://kubernetes.default.svc
namespace: argocd