basic-values.yaml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. ci: true
  6. woodpecker:
  7. postgres_image_selector: postgres_17_image
  8. db_password: woodpecker
  9. external_url: http://localhost:8080
  10. agent_secret: 8c47218e3f6ead3dc744fc4a02995cc0735effcedcbf70e5c3e524e1d2d3dfe5
  11. agent:
  12. max_workflows: 1
  13. labels:
  14. - key: test
  15. value: "*"
  16. forge:
  17. type: github
  18. github:
  19. client_id: github_client_id
  20. client_secret: github_client_secret
  21. server_additional_envs: []
  22. agent_additional_envs: []
  23. run_as:
  24. user: 568
  25. group: 568
  26. network:
  27. http_port:
  28. bind_mode: published
  29. port_number: 8080
  30. grpc_port:
  31. bind_mode: published
  32. port_number: 8081
  33. https_port:
  34. bind_mode: ""
  35. port_number: 8443
  36. certificate_id: null
  37. ix_volumes:
  38. agent_config: /opt/tests/mnt/woodpecker/agent_config
  39. postgres_data: /opt/tests/mnt/woodpecker/postgres-data
  40. storage:
  41. agent_config:
  42. type: ix_volume
  43. ix_volume_config:
  44. dataset_name: agent_config
  45. create_host_path: true
  46. postgres_data:
  47. type: ix_volume
  48. ix_volume_config:
  49. dataset_name: postgres_data
  50. create_host_path: true
  51. additional_storage: []