extra-values.yaml 371 B

1234567891011121314151617
  1. ci: true
  2. palConfig:
  3. plexURL: http://plex:32400
  4. plexToken: some-token
  5. palStorage:
  6. config:
  7. type: hostPath
  8. hostPath: /mnt/{{ .Release.Namespace }}/config
  9. additionalStorages:
  10. - type: hostPath
  11. hostPath: /mnt/{{ .Release.Namespace }}/data1
  12. mountPath: /data1
  13. - type: hostPath
  14. hostPath: /mnt/{{ .Release.Namespace }}/data2
  15. mountPath: /data2