mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-01 16:05:55 +02:00
fix: gitea blackbox monitoring
This commit is contained in:
@@ -26,13 +26,15 @@ spec:
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: "nginx"
|
||||
nginx.ingress.kubernetes.io/proxy-body-size: 128m
|
||||
prometheus.io/probe: "true"
|
||||
hosts:
|
||||
- "gitea.${SECRET_CLUSTER_DOMAIN}"
|
||||
tls:
|
||||
- hosts:
|
||||
- "gitea.${SECRET_CLUSTER_DOMAIN}"
|
||||
service:
|
||||
annotations:
|
||||
prometheus.io/probe: "true"
|
||||
prometheus.io/protocol: "tcp"
|
||||
http:
|
||||
port: 3000
|
||||
ssh:
|
||||
|
Reference in New Issue
Block a user