@@ -83,13 +83,40 @@ service:
8383 # When list left blank, NodePort will chose a random port itself.
8484 # nodePort need to be in range 30000 to 32768.
8585 nodePort :
86- # External IPs. The serice will be reachable under these IPs from outside the cluser,
86+ # External IPs. The service will be reachable under these IPs from outside the cluser,
8787 # when traffic ingresses into the cluster with the IPs as destination.
8888 externalIPs : []
8989 # LoadBalancer IP. Only used when LoadBalancer.
9090 # Used by some cloud providers to add external load balancers.
9191 # If not supported, it is just ignored.
9292 loadBalancerIP :
93+ # Annotations for service.
94+ # Some cloud providers may need special annotations for their loadbalancers to work.
95+ annotations : {}
96+
97+ license :
98+ # Storage capacity of license volume claim.
99+ capacity : " 100M"
100+ # Storage class name of license volume claim.
101+ # If left as empty, will use default storage class, when availible.
102+ storageClassName :
103+ # If true, the license volume claim and volume will persist even after uninstalling the chart.
104+ keepAfterUninstall : true
105+ storageVolume :
106+ # If true, a new persistant volume is created for the license using the settings provided here.
107+ # When false, dynamic provisioning might still create a volume using the setting specified by the storageClass.
108+ createVolume : false
109+ # Persistant volume retain policy of license volume.
110+ reclaimPolicy : Retain
111+ # Volume type of license volume.
112+ volumeType : local
113+ # Volume type specific settings.
114+ volumeTypeOptions :
115+ path : /license
116+ # Mount options of license volume.
117+ mountOptions : []
118+ # Node affinity settings of license volume.
119+ nodeAffinity : {}
93120
94121ingress :
95122 enabled : false
0 commit comments