配置ingress
配置ingress
kind: Ingress
apiVersion: networking.k8s.io/v1
metadata:
name: cloudiip-kgmaker-ingress
namespace: masters
spec:
ingressClassName: apisix
rules:
- host: iot.cloudiip.local
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: kgmaker
port:
number: 8899
浙公网安备 33010602011771号