runtime-parameters.yaml 332 B

123456789101112131415161718
  1. # This application accesses the host filesystem, so it needs to be root
  2. containerSecurityContext:
  3. enabled: true
  4. runAsUser: 0
  5. containerPorts:
  6. http: 9332
  7. service:
  8. type: LoadBalancer
  9. ports:
  10. http: 80
  11. metrics:
  12. enabled: true
  13. extraVolumes:
  14. - name: tmp
  15. emptyDir: {}
  16. extraVolumeMounts:
  17. - name: tmp
  18. mountPath: /tmp