initial commit
This commit is contained in:
commit
e2f07ec151
7 changed files with 120 additions and 0 deletions
21
k8s/ingress.yaml
Normal file
21
k8s/ingress.yaml
Normal file
|
@ -0,0 +1,21 @@
|
|||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
labels:
|
||||
app.kubernetes.io/name: forgejo-ingress
|
||||
app.kubernetes.io/instance: forgejo
|
||||
app: forgejo-ingress
|
||||
name: forgejo-ingress
|
||||
namespace: forgejo
|
||||
spec:
|
||||
rules:
|
||||
- host: git.svc.neuber.io
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
service:
|
||||
name: forgejo-service
|
||||
port:
|
||||
number: 80
|
||||
path: /
|
||||
pathType: Prefix
|
Loading…
Add table
Add a link
Reference in a new issue