Compare commits

..
2 Commits
Author SHA1 Message Date
whyredfire b38b87663e add-on: Use external IP setup for traefik 2026-02-21 01:27:31 +05:30
whyredfire 7feedd4bf0 add-ons: Install traefik API gateway 2026-02-21 01:16:03 +05:30
4 changed files with 8 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# add-ons
- add-ons/traefik.yaml
# services
- services/app-autoregexbot.yaml
-2
View File
@@ -9,8 +9,6 @@ spec:
repoURL: https://gitea.whyredfire.tech/whyredfire/gitops.git repoURL: https://gitea.whyredfire.tech/whyredfire/gitops.git
targetRevision: main targetRevision: main
path: applications path: applications
directory:
recurse: true
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: argocd namespace: argocd