Initial upload

This commit is contained in:
Automated pipeline 2025-07-04 08:11:43 +00:00 committed by Actions pipeline
parent 59c2c63b0b
commit 5a9a782227
121 changed files with 18614 additions and 0 deletions

View file

@ -0,0 +1,27 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
nginx.ingress.kubernetes.io/proxy-body-size: 512m
cert-manager.io/cluster-issuer: main
name: forgejo-server
namespace: gitea
spec:
ingressClassName: nginx
rules:
- host: ssh-test.t09.de
http:
paths:
- backend:
service:
name: forgejo-server-http
port:
number: 3000
path: /
pathType: Prefix
tls:
- hosts:
- ssh-test.t09.de
secretName: forgejo-net-tls