Added linx
This commit is contained in:
19
linx-serv/linx-ingress.yaml
Normal file
19
linx-serv/linx-ingress.yaml
Normal file
@ -0,0 +1,19 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: linx-ingr
|
||||
annotations:
|
||||
nginx.ingress.kubernetes.io/proxy-body-size: 500m
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
rules:
|
||||
- host: linx.sq.lan
|
||||
http:
|
||||
paths:
|
||||
- pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: linx
|
||||
port:
|
||||
number: 8080
|
||||
path: /
|
Reference in New Issue
Block a user