Initial upload
This commit is contained in:
parent
a658c7d8c5
commit
d1c293bfd1
6 changed files with 20 additions and 31 deletions
|
|
@ -53,12 +53,12 @@ gitea:
|
|||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: postgres-forgejo-cloud-credentials
|
||||
key: name
|
||||
key: database
|
||||
- name: FORGEJO__database__USER
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: postgres-forgejo-cloud-credentials
|
||||
key: user
|
||||
key: username
|
||||
- name: FORGEJO__database__PASSWD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
|
|
|||
|
|
@ -39,7 +39,11 @@ customConfig:
|
|||
type: elasticsearch
|
||||
inputs: [parser]
|
||||
endpoints:
|
||||
- http://vlogs-victorialogs:9428/insert/elasticsearch/
|
||||
- https://o12y.observability.think-ahead.cloud/insert/elasticsearch/
|
||||
auth:
|
||||
strategy: basic
|
||||
user: simple-user
|
||||
password: simple-password
|
||||
mode: bulk
|
||||
api_version: v8
|
||||
compression: gzip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue