app: name: shop-recycle-vs-web replicaCount: 1 image: repository: harbor.stardance/shoprecycle/shop-vs-web tag: v2.0.0 pullPolicy: IfNotPresent service: type: ClusterIP port: 1233 targetPort: 1233 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: logging: level: root: INFO management: endpoints: web: exposure: include: health,info,metrics podAnnotations: {} securityContext: {} nodeSelector: {} tolerations: [] affinity: {}