add forgejo
This commit is contained in:
parent
bd4cd49208
commit
5f9feb33f6
5 changed files with 116 additions and 0 deletions
16
apps/forgejo/ingress.yaml
Normal file
16
apps/forgejo/ingress.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: forgejo
|
||||
namespace: forgejo
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`git.czsk.it`) || Host(`git.asxp.io`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: forgejo
|
||||
port: 3000
|
||||
tls:
|
||||
certResolver: letsencrypt
|
||||
Loading…
Add table
Add a link
Reference in a new issue