-
Notifications
You must be signed in to change notification settings - Fork 134
/
values.yaml
36 lines (32 loc) · 1.21 KB
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#
# Author: Hari Sekhon
# Date: 2021-12-06 12:34:38 +0000 (Mon, 06 Dec 2021)
#
# vim:ts=2:sts=2:sw=2:et
# lint: k8s
#
# https://github.com/HariSekhon/Kubernetes-configs
#
# License: see accompanying Hari Sekhon LICENSE file
#
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish
#
# https://www.linkedin.com/in/HariSekhon
#
# ============================================================================ #
# P o l a r i s V a l u e s
# ============================================================================ #
# helm repo add fairwinds-stable https://charts.fairwinds.com/stable
#
# helm show values fairwinds-stable/polaris >> polaris-values.yaml
---
# config -- The (polaris configuration)[https://github.com/FairwindsOps/polaris#configuration]. If not provided then the (default)[https://github.com/FairwindsOps/polaris/blob/master/examples/config.yaml] config from Polaris is used.
config: null
dashboard:
resources:
requests:
cpu: 100m # default upstream
memory: 256Mi # default: 128Mi
limits:
cpu: 150m # default upstream
memory: 512Mi # default upsream