11 lines
263 B
YAML
11 lines
263 B
YAML
# Test rendering of the chart with the controller explicitly set to StatefulSet and autoscaling enabled.
|
|
controller:
|
|
type: statefulset
|
|
autoscaling:
|
|
enabled: true
|
|
enableStatefulSetAutoDeletePVC: true
|
|
alloy:
|
|
resources:
|
|
requests:
|
|
memory: 100Mi
|