> 本文作者:丁辉 > # Ingress代理外部服务Teleport ## 准备 修改 Teleport 服务为 HTTP 协议 ```yaml proxy_service: enabled: "yes" web_listen_addr: 0.0.0.0:9443 public_addr: teleport.example.com:443 # 对外访问地址 # 删除如下内容 # https_keypairs: # - key_file: # cert_file: # https_keypairs_reload_interval: 0s # acme: {} ``` ## 开启对外访问 1. Endpoints 对接外部 Teleport ```yaml cat <