feat: add system-upgrade controller and plan k3s plan
This commit is contained in:
parent
8ffff3d196
commit
8d828e2246
7 changed files with 89 additions and 8 deletions
|
|
@ -20,7 +20,6 @@ spec:
|
|||
helm:
|
||||
valuesObject:
|
||||
grafana:
|
||||
replicas: 1
|
||||
enabled: true
|
||||
persistence:
|
||||
type: pvc
|
||||
|
|
@ -57,13 +56,16 @@ spec:
|
|||
- host: loki.fuku
|
||||
paths:
|
||||
- /
|
||||
|
||||
prometheus:
|
||||
enabled: true
|
||||
isDefault: true
|
||||
server:
|
||||
persistentVolume:
|
||||
enabled: true
|
||||
extraScrapeConfigs: |
|
||||
- job_name: 'argocd'
|
||||
static_configs:
|
||||
- targets: ["argocd-server-metrics.argocd.svc.cluster.local:8083"]
|
||||
alertmanager:
|
||||
persistence:
|
||||
enabled: true
|
||||
|
|
|
|||
20
k8s/argo-apps/system-upgrade-controller.yml
Normal file
20
k8s/argo-apps/system-upgrade-controller.yml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: system-upgrade
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
name: ''
|
||||
namespace: 'system-upgrade'
|
||||
server: "https://kubernetes.default.svc"
|
||||
sources:
|
||||
- repoURL: https://github.com/rancher/system-upgrade-controller.git
|
||||
targetRevision: v0.13.2
|
||||
path: manifests/
|
||||
- repoURL: https://git.roboces.dev/catalin/fukuops.git
|
||||
path: k8s/services/argo
|
||||
targetRevision: main
|
||||
syncPolicy:
|
||||
automated: { }
|
||||
project: management
|
||||
Loading…
Add table
Add a link
Reference in a new issue