metrics server

This commit is contained in:
Victor Barba Martin 2021-10-28 21:18:54 +02:00
parent 6abfbd7b14
commit 6e5f07f3d8
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: metrics-server
namespace: argocd
spec:
syncPolicy:
syncOptions:
- CreateNamespace=true
destination:
name: ''
namespace: metrics-server
server: 'https://kubernetes.default.svc'
source:
path: ''
repoURL: 'https://kubernetes-sigs.github.io/metrics-server/'
targetRevision: 3.6.0
chart: metrics-server
project: default