Files
gitops-infra/projects/infinicaretech.yaml
infinicaretech bcde5848f1 Allow autoscaling resources in infinicaretech ArgoCD project
Add autoscaling group to namespaceResourceWhitelist to enable HPA
deployment via ArgoCD.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 19:40:26 +00:00

30 lines
753 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: infinicaretech
namespace: argocd
spec:
description: InfinicareTech applications
sourceRepos:
- "http://gitea-http.gitea.svc:3000/gitea_admin/gitops-infra.git"
destinations:
- namespace: health-app
server: https://kubernetes.default.svc
- namespace: hera-app
server: https://kubernetes.default.svc
- namespace: pubmedis
server: https://kubernetes.default.svc
clusterResourceWhitelist:
- group: ""
kind: Namespace
namespaceResourceWhitelist:
- group: ""
kind: "*"
- group: apps
kind: "*"
- group: networking.k8s.io
kind: "*"
- group: autoscaling
kind: "*"
orphanedResources:
warn: true