20 lines
275 B
YAML
20 lines
275 B
YAML
replicaCount: 1
|
|
|
|
image:
|
|
repository: quay.io/mook/gitea-exporter
|
|
tag: latest
|
|
pullPolicy: IfNotPresent
|
|
|
|
gitea:
|
|
baseUrl: "https://git.dvirlabs.com"
|
|
token: "REPLACE_ME"
|
|
|
|
service:
|
|
port: 9421
|
|
|
|
monitoring:
|
|
enabled: true
|
|
labels:
|
|
release: prometheus
|
|
|
|
resources: {} |