Files
manifests/values/gatus/manifests/ingress.yaml
T
mrtz 0b73242b65 major(ingress): Migrate hel1 to ha-proxy controller
Most ingresses annotations should be work with small changes.
2026-05-06 11:10:18 +02:00

30 lines
685 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
cert-manager.io/cluster-issuer: ca-issuer
haproxy.org/backend-protocol: h1
haproxy.org/cors-allow-headers: Content-Type, x-gatus-cache
haproxy.org/cors-enable: "true"
labels:
app.kubernetes.io/name: gatus
name: gatus
namespace: uptime
spec:
ingressClassName: haproxy
rules:
- host: uptime.adm.hel1.obx
http:
paths:
- backend:
service:
name: gatus
port:
number: 80
path: /
pathType: Prefix
tls:
- hosts:
- uptime.adm.hel1.obx
secretName: gatus-tls