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