app: name: shop-recycle-oss-web replicaCount: 1 image: repository: your-registry/shop-recycle-oss-web tag: "1.0.0" pullPolicy: IfNotPresent service: type: ClusterIP port: 1212 targetPort: 1212 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: {}