runtime-parameters.yaml 404 B

123456789101112131415161718
  1. appFromExternalRepo:
  2. enabled: true
  3. clone:
  4. repository: https://github.com/dotnet/AspNetCore.Docs.git
  5. revision: main
  6. depth: 1
  7. publish:
  8. subFolder: aspnetcore/performance/caching/output/samples/8.x/
  9. startCommand: [dotnet, OCMinimal.dll]
  10. containerPorts:
  11. http: 8080
  12. serviceAccount:
  13. create: true
  14. automountServiceAccountToken: true
  15. service:
  16. type: LoadBalancer
  17. ports:
  18. http: 80