123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- ci: true
- woodpecker:
- postgres_image_selector: postgres_17_image
- db_password: woodpecker
- external_url: http://localhost:8080
- agent_secret: 8c47218e3f6ead3dc744fc4a02995cc0735effcedcbf70e5c3e524e1d2d3dfe5
- agent:
- max_workflows: 1
- labels:
- - key: test
- value: "*"
- forge:
- type: github
- github:
- client_id: github_client_id
- client_secret: github_client_secret
- server_additional_envs: []
- agent_additional_envs: []
- run_as:
- user: 568
- group: 568
- network:
- http_port:
- bind_mode: published
- port_number: 8080
- grpc_port:
- bind_mode: published
- port_number: 8081
- https_port:
- bind_mode: ""
- port_number: 8443
- certificate_id: null
- ix_volumes:
- agent_config: /opt/tests/mnt/woodpecker/agent_config
- postgres_data: /opt/tests/mnt/woodpecker/postgres-data
- storage:
- agent_config:
- type: ix_volume
- ix_volume_config:
- dataset_name: agent_config
- create_host_path: true
- postgres_data:
- type: ix_volume
- ix_volume_config:
- dataset_name: postgres_data
- create_host_path: true
- additional_storage: []
|