You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
1.5 KiB

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. replicaCount: 1
  2. clusterName: eshop-aks
  3. pathBase: /mobilemarketingapigw
  4. image:
  5. repository: eshop/ocelotapigw
  6. tag: latest
  7. pullPolicy: IfNotPresent
  8. service:
  9. type: ClusterIP
  10. port: 80
  11. ingress:
  12. enabled: true
  13. annotations: {}
  14. tls: []
  15. resources: {}
  16. nodeSelector: {}
  17. tolerations: []
  18. affinity: {}
  19. # env defines the environment variables that will be declared in the pod
  20. env:
  21. urls:
  22. # configmap declares variables which value is taken from the config map defined in template configmap.yaml (name is name of var and key the key in configmap).
  23. configmap:
  24. - name: IdentityUrl
  25. key: internalurls__identity
  26. - name: CatalogUrlHC
  27. key: internalurls__catalog__hc
  28. - name: BasketUrlHC
  29. key: internalurls__basket__hc
  30. - name: IdentityUrlHC
  31. key: internalurls__identity__hc
  32. - name: OrderingUrlHC
  33. key: internalurls__ordering__hc
  34. - name: MarketingUrlHC
  35. key: internalurls__marketing__hc
  36. - name: PaymentUrlHC
  37. key: internalurls__payment__hc
  38. - name: LocationUrlHC
  39. key: internalurls__location__hc
  40. # values define environment variables with a fixed value (no configmap involved) (name is name of var, and value is its value)
  41. values:
  42. - name: ASPNETCORE_ENVIRONMENT
  43. value: Development
  44. probes:
  45. liveness:
  46. path: /liveness
  47. initialDelaySeconds: 10
  48. periodSeconds: 15
  49. port: 80
  50. readiness:
  51. path: /hc
  52. timeoutSeconds: 5
  53. initialDelaySeconds: 90
  54. periodSeconds: 60
  55. port: 80
  56. ocelot:
  57. configPath: /app/configuration