6b37ad8ea4
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Failing after 3m6s
Gitea Branch PR & Ansible Deployment / Docker Compose & Ansible Lints (push) Has been skipped
Gitea Branch PR & Ansible Deployment / PR Merge (push) Failing after 9m4s
Gitea Branch PR & Ansible Deployment / Ansible Configs & Docker Compose Deployment (push) Has been skipped
12 lines
323 B
Django/Jinja
12 lines
323 B
Django/Jinja
storage:
|
|
backend: s3
|
|
s3:
|
|
bucket_name: pyroscope
|
|
endpoint: minio:9000
|
|
region: us-east-fh-pln
|
|
access_key_id: {{ vault_secrets['MINIO_PYROSCOPE_STORAGE_ACCESS_KEY'] }}
|
|
secret_access_key: {{ vault_secrets['MINIO_PYROSCOPE_STORAGE_SECRET_KEY'] }}
|
|
insecure: true
|
|
|
|
analytics:
|
|
reporting_enabled: false |