37 lines
535 B
YAML
37 lines
535 B
YAML
replicaCount: 2
|
|
|
|
image:
|
|
repository: erp/sku-match-service
|
|
tag: latest
|
|
pullPolicy: IfNotPresent
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 8084
|
|
|
|
ingress:
|
|
enabled: false
|
|
|
|
resources:
|
|
requests:
|
|
memory: 256Mi
|
|
cpu: 200m
|
|
limits:
|
|
memory: 512Mi
|
|
cpu: 500m
|
|
|
|
env:
|
|
SPRING_PROFILES_ACTIVE: prod
|
|
|
|
config:
|
|
database:
|
|
host: mysql.erp.svc.cluster.local
|
|
port: 3306
|
|
name: erp_db
|
|
username: root
|
|
redis:
|
|
host: redis.erp.svc.cluster.local
|
|
port: 6379
|
|
nacos:
|
|
server-addr: nacos.erp.svc.cluster.local:8848
|