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