sudo tljh-config set http.port 9080 sudo tljh-config set https.port 9443 也可以通过修改配置文件/opt/tljh/config/config.yaml添加如下配置来设置端口 http: port: 9080 https: port: 9443 enabled: true # 你的https的tls证书 tls: cert: /path/to/server.crt key: /path/to/server.key 如果是https...
3.现在可以供大家使用的 Ingress controller 有很多,比如 traefik、nginx-controller、Kubernetes Ingress C...