routes.yaml 146 B

1234567
  1. "https://{default}/":
  2. type: upstream
  3. upstream: "frontend:http"
  4. "https://vault.{default}/":
  5. type: upstream
  6. upstream: "vault:http"