Ecom App Chart / Values

replicaCount: 2

TrackKubernetes Learning Journey
Current SectionHelm Charts
Progress107 of 271

replicaCount: 2

image:
  repository: ram1uj/product-app
  pullPolicy: IfNotPresent
  tag: "v1"
  containerPort: 8080

service:
   type: NodePort
   port: 80
   nodePort: 30001

nodeSelector: {}

tolerations: []

affinity: {}