Add autoscaling group to namespaceResourceWhitelist to enable HPA deployment via ArgoCD. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
30 lines
753 B
YAML
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 |