Expose metrics to gitea
This commit is contained in:
parent
37337b6560
commit
179061f134
@ -29,6 +29,9 @@ gitea:
|
|||||||
SSH_LISTEN_PORT: 2222
|
SSH_LISTEN_PORT: 2222
|
||||||
SSH_PORT: 22
|
SSH_PORT: 22
|
||||||
PROTOCOL: http
|
PROTOCOL: http
|
||||||
|
metrics:
|
||||||
|
ENABLED: true
|
||||||
|
TOKEN: prometheusmetricstoken
|
||||||
security:
|
security:
|
||||||
INSTALL_LOCK: true
|
INSTALL_LOCK: true
|
||||||
SECRET_KEY: somesecret
|
SECRET_KEY: somesecret
|
||||||
@ -43,9 +46,6 @@ gitea:
|
|||||||
groupClaimName: "groups"
|
groupClaimName: "groups"
|
||||||
adminGroup: "gitea-admins"
|
adminGroup: "gitea-admins"
|
||||||
restrictedGroup: "gitea-users"
|
restrictedGroup: "gitea-users"
|
||||||
metrics:
|
|
||||||
ENABLED: true
|
|
||||||
TOKEN: prometheusmetricstoken
|
|
||||||
|
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user