values.yaml 590 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. app:
  2. name: shop-recycle-merchant-wechat-web
  3. replicaCount: 1
  4. image:
  5. repository: your-registry/shop-recycle-merchant-wechat-web
  6. tag: "1.0.0"
  7. pullPolicy: IfNotPresent
  8. service:
  9. type: ClusterIP
  10. port: 1206
  11. targetPort: 1206
  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: {}