add polaris
This commit is contained in:
parent
288480ef3b
commit
7fd8d046cb
4 changed files with 27 additions and 0 deletions
21
flux/cluster/apps/monitoring/polaris/helm-release.yaml
Normal file
21
flux/cluster/apps/monitoring/polaris/helm-release.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue