Files
geo/deploy/k3s/ingress.yaml
T
2026-05-31 11:19:03 +08:00

47 lines
1.1 KiB
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: geo-rankly-web
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
traefik.ingress.kubernetes.io/router.entrypoints: websecure
spec:
ingressClassName: traefik
rules:
- host: saas.shengxintui.com
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: frontend
port:
number: 80
- host: ops.shengxintui.com
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: ops-web
port:
number: 80
- host: api.shengxintui.com
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: tenant-api
port:
number: 8080
tls:
- hosts:
- saas.shengxintui.com
- ops.shengxintui.com
- api.shengxintui.com
secretName: shengxintui-com-tls