Merge branch 'master' of https://git.cluster.fun/averagemarcus/cluster.fun
This commit is contained in:
24
manifests/_apps/calendso.yaml
Normal file
24
manifests/_apps/calendso.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
# apiVersion: argoproj.io/v1alpha1
|
||||
# kind: Application
|
||||
# metadata:
|
||||
# name: calendso
|
||||
# namespace: argocd
|
||||
# finalizers:
|
||||
# - resources-finalizer.argocd.argoproj.io
|
||||
# spec:
|
||||
# project: cluster.fun
|
||||
# destination:
|
||||
# namespace: calendso
|
||||
# name: cluster-fun (scaleway)
|
||||
# source:
|
||||
# path: manifests/calendso
|
||||
# repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git"
|
||||
# targetRevision: HEAD
|
||||
# syncPolicy:
|
||||
# automated: {}
|
||||
# syncOptions:
|
||||
# - CreateNamespace=true
|
||||
# ignoreDifferences:
|
||||
# - kind: Secret
|
||||
# jsonPointers:
|
||||
# - /data
|
@@ -16,6 +16,8 @@ spec:
|
||||
targetRevision: HEAD
|
||||
syncPolicy:
|
||||
automated: {}
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
ignoreDifferences:
|
||||
- kind: Secret
|
||||
jsonPointers:
|
||||
|
27
manifests/_apps/vpa.yaml
Normal file
27
manifests/_apps/vpa.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: vpa
|
||||
namespace: argocd
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
project: cluster.fun
|
||||
destination:
|
||||
namespace: kube-system
|
||||
name: cluster-fun (scaleway)
|
||||
source:
|
||||
repoURL: 'https://charts.fairwinds.com/stable'
|
||||
targetRevision: 0.5.0
|
||||
chart: vpa
|
||||
helm:
|
||||
version: v3
|
||||
values: |-
|
||||
recommender:
|
||||
extraArgs:
|
||||
prometheus-address: "http://prometheus-server.monitoring.svc:80"
|
||||
storage: prometheus
|
||||
admissionController:
|
||||
enabled: true
|
||||
syncPolicy:
|
||||
automated: {}
|
Reference in New Issue
Block a user