forked from norwoodj/helm-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
36 lines (28 loc) · 1 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
controller:
name: controller
image:
repository: nginx-ingress-controller
tag: "18.0831"
# -- List of persistent volume claims to create.
# For very long comments, break them into multiple lines.
# @default -- the chart will construct this list internally unless specified
persistentVolumeClaims: []
extraVolumes:
- name: config-volume
configMap:
# -- Uses the name of the configmap created by this chart
name: nginx-ingress-config
# -- Name of the ingress class to route through this controller
ingressClass: nginx
# -- The labels to be applied to instances of the controller pod
podLabels: {}
publishService:
# -- Whether to expose the ingress controller to the public world
enabled: false
# -- (int) Number of nginx-ingress pods to load balance between
replicas:
service:
annotations:
# -- Hostname to be assigned to the ELB for the service
external-dns.alpha.kubernetes.io/hostname: stupidchess.jmn23.com
type: LoadBalancer