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.

74 lines
1.4 KiB

6 years ago
6 years ago
6 years ago
  1. replicaCount: 1
  2. clusterName: eshop-aks
  3. pathBase: /identity
  4. image:
  5. repository: eshop/identity.api
  6. tag: latest
  7. pullPolicy: IfNotPresent
  8. service:
  9. type: ClusterIP
  10. port: 80
  11. ingress:
  12. enabled: true
  13. annotations: {}
  14. hosts:
  15. - chart-example.local
  16. tls: []
  17. resources: {}
  18. nodeSelector: {}
  19. tolerations: []
  20. affinity: {}
  21. env:
  22. urls:
  23. configmap:
  24. - name: ConnectionString
  25. key: identity__ConnectionString
  26. - name: DPConnectionString
  27. key: identity__keystore
  28. - name: ApplicationInsights__InstrumentationKey
  29. key: all__InstrumentationKey
  30. - name: MvcClient
  31. key: mvc_e
  32. - name: SpaClient
  33. key: spa_e
  34. - name: LocationApiClient
  35. key: locations_e
  36. - name: MarketingApiClient
  37. key: marketing_e
  38. - name: BasketApiClient
  39. key: basket_e
  40. - name: OrderingApiClient
  41. key: ordering_e
  42. - name: MobileShoppingAggClient
  43. key: mobileshoppingagg_e
  44. - name: WebShoppingAggClient
  45. key: webshoppingagg_e
  46. - name: XamarinCallback
  47. key: xamarin_callback_e
  48. values:
  49. - name: ASPNETCORE_ENVIRONMENT
  50. value: Development
  51. - name: OrchestratorType
  52. value: 'K8S'
  53. - name: IsClusterEnv
  54. value: 'True'
  55. probes:
  56. liveness:
  57. path: /liveness
  58. initialDelaySeconds: 10
  59. periodSeconds: 15
  60. port: 80
  61. readiness:
  62. path: /hc
  63. timeoutSeconds: 5
  64. initialDelaySeconds: 90
  65. periodSeconds: 60
  66. port: 80