This commit is contained in:
2024-11-26 16:46:25 +01:00
parent f039fd95c9
commit 286e21ad92

View File

@ -49,4 +49,27 @@ spec:
protocol: TCP protocol: TCP
port: 8080 port: 8080
targetPort: 8080 targetPort: 8080
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: zabbix
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production-http
spec:
tls:
- hosts:
- monitoring.hottis.de
secretName: zabbix-cert
rules:
- host: monitoring.hottis.de
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: frontend
port:
name: http