fix: gitea blackbox monitoring

This commit is contained in:
auricom
2021-04-22 16:35:22 +02:00
parent 49b8cee188
commit bdc4f2587f

View File

@@ -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: