only-encrypted-values.yaml 319 B

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