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

17
fluxcd/flux-receiver.yaml Normal file
View File

@ -0,0 +1,17 @@
apiVersion: notification.toolkit.fluxcd.io/v1
kind: Receiver
metadata:
name: gitea-receiver
namespace: flux-system
spec:
type: generic
events:
- "ping"
- "push"
secretRef:
name: webhook-token
resources:
- apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
name: user-microservice-repo
namespace: flux-system