apps
infrastructure
argocd
backup
external
external-dns
gitea
README.md
actions.deployment.yaml
actions.sealedsecret.yaml
gitea.ingress.yaml
gitea.pvc.yaml
gitea.servicemonitor.yaml
gitea.values.yaml
kustomization.yaml
namespace.yaml
metallb-system
nfs-provisioner
pg-ha
prometheus
renovate
sealedsecrets
traefik-system
kluster-deployments
.gitignore
.gitmodules
README.md
renovate.json
11 lines
196 B
YAML
11 lines
196 B
YAML
apiVersion: monitoring.coreos.com/v1
|
|
kind: ServiceMonitor
|
|
metadata:
|
|
name: gitea-servicemonitor
|
|
spec:
|
|
endpoints:
|
|
- port: http
|
|
selector:
|
|
matchLabels:
|
|
app.kubernetes.io/name: gitea
|