ActiveTigger: add volume
This commit is contained in:
parent
44419e6d65
commit
07d59f7884
|
@ -106,17 +106,22 @@ autoscaling:
|
||||||
# targetMemoryUtilizationPercentage: 80
|
# targetMemoryUtilizationPercentage: 80
|
||||||
|
|
||||||
# Additional volumes on the output Deployment definition.
|
# Additional volumes on the output Deployment definition.
|
||||||
volumes: []
|
volumes:
|
||||||
|
- name: data │
|
||||||
|
│ persistentVolumeClaim: │
|
||||||
|
│ claimName: activetigger-data
|
||||||
|
|
||||||
|
|
||||||
# - name: foo
|
# - name: foo
|
||||||
# secret:
|
# secret:
|
||||||
# secretName: mysecret
|
# secretName: mysecret
|
||||||
# optional: false
|
# optional: false
|
||||||
|
|
||||||
# Additional volumeMounts on the output Deployment definition.
|
# Additional volumeMounts on the output Deployment definition.
|
||||||
volumeMounts: []
|
volumeMounts:
|
||||||
# - name: foo
|
- name: data
|
||||||
# mountPath: "/etc/foo"
|
mountPath: /data/"
|
||||||
# readOnly: true
|
readOnly: false
|
||||||
|
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user