add statefullset and daemmonset tests

This commit is contained in:
Kjeld Schouten-Lebbing
2023-01-16 17:17:23 +01:00
parent 3e710c7a49
commit a34185567f
2 changed files with 24 additions and 0 deletions

View File

@@ -3,6 +3,15 @@ image:
pullPolicy: IfNotPresent
tag: latest
controller:
# -- Enable the controller.
enabled: true
# -- Set the controller type.
# Valid options are: deployment | daemonset | statefulset
type: Daemonset
# -- Number of desired pods
replicas: 2
service:
main:
ports:

View File

@@ -3,6 +3,21 @@ image:
pullPolicy: IfNotPresent
tag: latest
controller:
# -- Enable the controller.
enabled: true
# -- Set the controller type.
# Valid options are: deployment | daemonset | statefulset
type: Statefulset
# -- Number of desired pods
replicas: 2
volumeClaimTemplates:
test:
mountPath: /test
accessMode: "ReadWriteOnce"
size: 1Gi
service:
main:
ports: