22 lines
398 B
YAML
22 lines
398 B
YAML
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
name: nocodb
|
|
spec:
|
|
ingressClassName: traefik
|
|
tls:
|
|
- secretName: wildcard-inouter-com-tls
|
|
hosts:
|
|
- nocodb.inouter.com
|
|
rules:
|
|
- host: nocodb.inouter.com
|
|
http:
|
|
paths:
|
|
- backend:
|
|
service:
|
|
name: nocodb
|
|
port:
|
|
number: 8080
|
|
path: /
|
|
pathType: Prefix
|