Files
auricom-home-cluster/kubernetes/apps/flux-system/addons/webhooks/github/ingress.yaml
auricom 85cd0225bc ⚰️ kopia tasks
2022-12-28 18:06:35 +01:00

26 lines
581 B
YAML

---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: webhook-receiver
namespace: flux-system
annotations:
external-dns.home.arpa/enabled: "true"
hajimari.io/enable: "false"
spec:
ingressClassName: "nginx"
rules:
- host: "flux-webhook.${SECRET_CLUSTER_DOMAIN}"
http:
paths:
- path: /hook/
pathType: Prefix
backend:
service:
name: webhook-receiver
port:
number: 80
tls:
- hosts:
- "flux-webhook.${SECRET_CLUSTER_DOMAIN}"