hongbo-miao/hongbomiao.com

View on GitHub
kubernetes/argo-cd/applications/production-hm/vertical-pod-autoscaler/argo-cd-manifests/hm-vertical-pod-autoscaler-application.yaml

Summary

Maintainability
Test Coverage
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  name: hm-vertical-pod-autoscaler
  namespace: production-hm-argo-cd
  labels:
    app.kubernetes.io/name: hm-vertical-pod-autoscaler
spec:
  project: production-hm
  source:
    repoURL: https://charts.fairwinds.com/stable
    # https://artifacthub.io/packages/helm/fairwinds-stable/vpa
    targetRevision: 4.5.0
    chart: vpa
    helm:
      releaseName: hm-vertical-pod-autoscaler
  destination:
    namespace: production-hm-vertical-pod-autoscaler
    server: https://kubernetes.default.svc
  syncPolicy:
    syncOptions:
      - ServerSideApply=true
    automated:
      prune: true