parent
f3d953414e
commit
37092f8014
@ -1,72 +1,77 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
hetzner_server_type: cpx31
|
hetzner_server_type: cpx31
|
||||||
hetzner_server_labels: "stage={{ stage }} service=harbor"
|
hetzner_server_labels: "stage={{ stage }} service=harbor"
|
||||||
|
|
||||||
|
harbor_homedir: "/data"
|
||||||
|
|
||||||
|
harbor_pgdatadir_lvm_hcloudvol_size: 50
|
||||||
|
harbor_pgdatadir_lvm_hcloudvol_count: 1
|
||||||
|
harbor_pgdatadir_lvm_hcloudvol_mountpath: "{{ harbor_homedir }}"
|
||||||
|
|
||||||
filebeat_inputs:
|
filebeat_inputs:
|
||||||
- type: log
|
- type: log
|
||||||
paths:
|
paths:
|
||||||
- /var/log/harbor/portal.log
|
- /var/log/harbor/portal.log
|
||||||
fields:
|
fields:
|
||||||
harbor: true
|
harbor: true
|
||||||
harbor-component: harbor-portal
|
harbor-component: harbor-portal
|
||||||
- type: log
|
- type: log
|
||||||
paths:
|
paths:
|
||||||
- /var/log/harbor/exporter.log
|
- /var/log/harbor/exporter.log
|
||||||
fields:
|
fields:
|
||||||
harbor: true
|
harbor: true
|
||||||
harbor-component: harbor-exporter
|
harbor-component: harbor-exporter
|
||||||
- type: log
|
- type: log
|
||||||
paths:
|
paths:
|
||||||
- /var/log/harbor/redis.log
|
- /var/log/harbor/redis.log
|
||||||
fields:
|
fields:
|
||||||
harbor: true
|
harbor: true
|
||||||
harbor-component: redis
|
harbor-component: redis
|
||||||
- type: log
|
- type: log
|
||||||
paths:
|
paths:
|
||||||
- /var/log/harbor/registryctl.log
|
- /var/log/harbor/registryctl.log
|
||||||
fields:
|
fields:
|
||||||
harbor: true
|
harbor: true
|
||||||
harbor-component: registryctl
|
harbor-component: registryctl
|
||||||
- type: log
|
- type: log
|
||||||
paths:
|
paths:
|
||||||
- /var/log/harbor/chartmuseum.log
|
- /var/log/harbor/chartmuseum.log
|
||||||
fields:
|
fields:
|
||||||
harbor: true
|
harbor: true
|
||||||
harbor-component: chartmuseum
|
harbor-component: chartmuseum
|
||||||
- type: log
|
- type: log
|
||||||
paths:
|
paths:
|
||||||
- /var/log/harbor/trivy-adapter.log
|
- /var/log/harbor/trivy-adapter.log
|
||||||
fields:
|
fields:
|
||||||
harbor: true
|
harbor: true
|
||||||
harbor-component: trivy-adapter
|
harbor-component: trivy-adapter
|
||||||
- type: log
|
- type: log
|
||||||
paths:
|
paths:
|
||||||
- /var/log/harbor/postgresql.log
|
- /var/log/harbor/postgresql.log
|
||||||
fields:
|
fields:
|
||||||
harbor: true
|
harbor: true
|
||||||
harbor-component: harbor-db
|
harbor-component: harbor-db
|
||||||
- type: log
|
- type: log
|
||||||
paths:
|
paths:
|
||||||
- /var/log/harbor/jobservice.log
|
- /var/log/harbor/jobservice.log
|
||||||
fields:
|
fields:
|
||||||
harbor: true
|
harbor: true
|
||||||
harbor-component: harbor-jobservice
|
harbor-component: harbor-jobservice
|
||||||
- type: log
|
- type: log
|
||||||
paths:
|
paths:
|
||||||
- /var/log/harbor/proxy.log
|
- /var/log/harbor/proxy.log
|
||||||
fields:
|
fields:
|
||||||
harbor: true
|
harbor: true
|
||||||
harbor-component: nginx
|
harbor-component: nginx
|
||||||
- type: log
|
- type: log
|
||||||
paths:
|
paths:
|
||||||
- /var/log/harbor/registry.log
|
- /var/log/harbor/registry.log
|
||||||
fields:
|
fields:
|
||||||
harbor: true
|
harbor: true
|
||||||
harbor-component: registry
|
harbor-component: registry
|
||||||
- type: log
|
- type: log
|
||||||
paths:
|
paths:
|
||||||
- /var/log/harbor/core.log
|
- /var/log/harbor/core.log
|
||||||
fields:
|
fields:
|
||||||
harbor: true
|
harbor: true
|
||||||
harbor-component: harbor-core
|
harbor-component: harbor-core
|
||||||
|
|||||||
@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
harbor_pgdatadir_lvm_hcloudvol_size: 300
|
||||||
Loading…
Reference in New Issue