Added FluxCD configuration

This commit is contained in:
Marcin-Ramotowski
2025-08-14 11:24:25 +02:00
parent 46cfabff85
commit 50fb41b107
5 changed files with 67 additions and 0 deletions

20
fluxcd/ingress.yaml Normal file
View File

@ -0,0 +1,20 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: webhook-receiver
namespace: flux-system
annotations:
nginx.ingress.kubernetes.io/backend-protocol: "HTTP"
spec:
ingressClassName: nginx
rules:
- host: flux.marcin00.pl
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: webhook-receiver
port:
number: 80