Added linx

This commit is contained in:
Justine Pelletreau
2022-06-30 12:51:32 +02:00
parent b40aa7b60a
commit 413a8c1a4d
5 changed files with 160 additions and 0 deletions

View 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: /