mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-04 22:31:24 -03:00
add statefullset and daemmonset tests
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user