runtime-parameters.yaml 447 B

123456789101112131415161718192021222324252627
  1. containerPorts:
  2. http: 2378
  3. podSecurityContext:
  4. enabled: true
  5. fsGroup: 1002
  6. containerSecurityContext:
  7. enabled: true
  8. runAsUser: 1002
  9. serviceAccount:
  10. create: true
  11. automountServiceAccountToken: true
  12. service:
  13. type: LoadBalancer
  14. ports:
  15. http: 80
  16. config:
  17. outputs: |
  18. [OUTPUT]
  19. Name file
  20. Match *
  21. Path /logs
  22. extraVolumeMounts:
  23. - name: logs
  24. mountPath: /logs
  25. extraVolumes:
  26. - name: logs
  27. emptyDir: {}