basic-values.yaml 268 B

123456789101112131415
  1. rustStorage:
  2. data:
  3. type: hostPath
  4. hostPath: /mnt/{{ .Release.Name }}/data
  5. rustNetwork:
  6. natTypeTestPort: 31115
  7. idRegHolePunchPort: 31116
  8. relayPort: 31117
  9. serverWebClientsPort: 31118
  10. relayWebClientsPort: 31119
  11. rustRunAs:
  12. user: 1000
  13. group: 1000