add polaris

This commit is contained in:
Vivian 2022-05-22 21:51:05 +02:00
parent 591890a1bc
commit 4561ce2f32
4 changed files with 27 additions and 0 deletions

View file

@ -3,3 +3,4 @@ kind: Kustomization
resources:
- vpa
- goldilocks
- polaris

View file

@ -0,0 +1,21 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: polaris
namespace: monitoring
spec:
interval: 5m
chart:
spec:
chart: polaris
version: 5.1.0
sourceRef:
kind: HelmRepository
name: fairwinds-charts
namespace: flux-system
interval: 5m
timeout: 20m
values:
dashboard:
replicas: 1
enable: true

View file

@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- helm-release.yaml

View file

@ -37,6 +37,7 @@ in {
# Additional packages
environment.systemPackages = with pkgs; [
binutils
checkov
fix-vscode
fluxcd
k9s