| 123456789101112131415161718192021222324252627282930313233 |
- app:
- name: shop-recycle-vs-web
- replicaCount: 1
- image:
- repository: harbor.stardance/shoprecycle/shop-recycle-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: {}
|