Added Woodpecker configuration

This commit is contained in:
Marcin-Ramotowski
2025-07-19 18:27:24 +02:00
parent 2ab6903e45
commit 166215b7b0
6 changed files with 193 additions and 0 deletions

View File

@ -0,0 +1,20 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: woodpecker-ingress
namespace: woodpecker
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
spec:
ingressClassName: nginx
rules:
- host: woodpecker.marcin00.pl
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: woodpecker-server
port:
number: 80