values.yaml 570 B

123456789101112131415161718192021222324252627282930313233
  1. app:
  2. name: shop-recycle-vs-web
  3. replicaCount: 1
  4. image:
  5. repository: harbor.stardance/shoprecycle/shop-recycle-vs-web
  6. tag: v2.0.0
  7. pullPolicy: IfNotPresent
  8. service:
  9. type: ClusterIP
  10. port: 1233
  11. targetPort: 1233
  12. resources:
  13. requests:
  14. cpu: 250m
  15. memory: 256Mi
  16. limits:
  17. cpu: 500m
  18. memory: 512Mi
  19. config:
  20. yml:
  21. logging:
  22. level:
  23. root: INFO
  24. management:
  25. endpoints:
  26. web:
  27. exposure:
  28. include: health,info,metrics
  29. podAnnotations: {}
  30. securityContext: {}
  31. nodeSelector: {}
  32. tolerations: []
  33. affinity: {}