This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/_apps/vertical-pod-autoscaler.yaml
Tobias Brunner 39e7dbb724
All checks were successful
continuous-integration/drone/push Build is passing
install vpa
2020-06-29 20:23:25 +02:00

18 lines
419 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: vertical-pod-autoscaler
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: kube-system
server: https://kubernetes.default.svc
project: default
source:
path: kube-system/vertical-pod-autoscaler
repoURL: https://git.tbrnt.ch/tobru/gitops-tbrnt.git
targetRevision: HEAD