| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958 |
- ---
- kind: Deployment
- apiVersion: apps/v1
- metadata:
- name: yami-shop-api
- namespace: mall4j-b2b2c-release
- labels:
- k8s.kuboard.cn/name: yami-shop-api
- annotations: {}
- spec:
- replicas: 1
- selector:
- matchLabels:
- k8s.kuboard.cn/name: yami-shop-api
- template:
- metadata:
- creationTimestamp: null
- labels:
- k8s.kuboard.cn/name: yami-shop-api
- annotations:
- kubectl.kubernetes.io/restartedAt: '2022-10-12T16:47:44+08:00'
- spec:
- volumes:
- - name: yami-shop-api
- nfs:
- server: 192.168.1.28
- path: /nfs/data/mall4j-b2b2c-release/
- containers:
- - name: yami-shop-api
- image: '192.168.1.11:80/mall4j-b2b2c-release/yami-shop-api:0'
- env:
- - name: TZ
- value: Asia/Shanghai
- - name: MYSQL_HOST
- value: 10.1.246.56
- - name: MYSQL_PORT
- value: '3306'
- - name: MYSQL_DATABASE
- value: mall4j_b2b2c_release
- - name: MYSQL_USERNAME
- value: root
- - name: MYSQL_PASSWORD
- value: 'hn02le.34lkdLKD'
- - name: REDIS_HOST
- value: 10.1.58.182
- - name: REDIS_PORT
- value: '6379'
- - name: REDIS_DATABASE
- value: '6'
- - name: REDIS_PASSWORD
- value: 'hn02le.34lkdLKD'
- - name: ELASTIC_ADDRESS
- value: 'http://10.1.96.227:9200'
- - name: ELASTIC_USERNAME
- value: elastic
- - name: ELASTIC_PASSWORD
- value: 'hn02le.34lkdLKD'
- - name: DATACENTER_ID
- value: '21'
- - name: WUKONGIM_ADDRESS
- value: 'http://10.1.207.132:5001'
- - name: WUKONGIM_TOKEN
- value: 'hn02le.34lkdLKD'
- - name: SMS_SUPPLIER
- value: 'alibaba'
- - name: SMS_ACCESS_KEY_ID
- value: '必填短信服务accessKeyId'
- - name: SMS_ACCESS_KEY_SECRET
- value: '必填短信accessKeySecret'
- - name: SMS_SIGNATURE
- value: '必填短信签名signName'
- - name: JAVA_OPTS
- value: >-
- -Xmx1024m -Xss256k -Xshareclasses -Xtune:virtualized
- -Dspring.profiles.active=docker
- resources: {}
- volumeMounts:
- - name: yami-shop-api
- mountPath: /opt/projects/yami-b2b2c/log
- subPath: ./yami-shop-api/log
- livenessProbe:
- httpGet:
- path: /actuator/health/liveness
- port: 8112
- scheme: HTTP
- initialDelaySeconds: 30
- timeoutSeconds: 1
- periodSeconds: 30
- successThreshold: 1
- failureThreshold: 3
- readinessProbe:
- httpGet:
- path: /actuator/health/readiness
- port: 8112
- scheme: HTTP
- initialDelaySeconds: 30
- timeoutSeconds: 1
- periodSeconds: 30
- successThreshold: 1
- failureThreshold: 3
- terminationMessagePath: /dev/termination-log
- terminationMessagePolicy: File
- imagePullPolicy: IfNotPresent
- restartPolicy: Always
- terminationGracePeriodSeconds: 30
- dnsPolicy: Default
- securityContext: {}
- imagePullSecrets:
- - name: harbor
- schedulerName: default-scheduler
- dnsConfig: {}
- strategy:
- type: RollingUpdate
- rollingUpdate:
- maxUnavailable: 25%
- maxSurge: 25%
- revisionHistoryLimit: 10
- progressDeadlineSeconds: 600
- ---
- kind: Deployment
- apiVersion: apps/v1
- metadata:
- name: yami-shop-h5
- namespace: mall4j-b2b2c-release
- labels:
- k8s.kuboard.cn/name: yami-shop-h5
- annotations: {}
- spec:
- replicas: 1
- selector:
- matchLabels:
- k8s.kuboard.cn/name: yami-shop-h5
- template:
- metadata:
- creationTimestamp: null
- labels:
- k8s.kuboard.cn/name: yami-shop-h5
- annotations:
- kubectl.kubernetes.io/restartedAt: '2022-10-13T11:58:12+08:00'
- spec:
- containers:
- - name: yami-shop-h5
- image: '192.168.1.11:80/mall4j-b2b2c-release/yami-shop-h5:0'
- resources: {}
- livenessProbe:
- httpGet:
- path: /
- port: 80
- scheme: HTTP
- initialDelaySeconds: 3
- timeoutSeconds: 1
- periodSeconds: 10
- successThreshold: 1
- failureThreshold: 3
- readinessProbe:
- httpGet:
- path: /
- port: 80
- scheme: HTTP
- initialDelaySeconds: 3
- timeoutSeconds: 1
- periodSeconds: 10
- successThreshold: 1
- failureThreshold: 3
- terminationMessagePath: /dev/termination-log
- terminationMessagePolicy: File
- imagePullPolicy: IfNotPresent
- restartPolicy: Always
- terminationGracePeriodSeconds: 30
- dnsPolicy: Default
- securityContext: {}
- imagePullSecrets:
- - name: harbor
- schedulerName: default-scheduler
- dnsConfig: {}
- strategy:
- type: RollingUpdate
- rollingUpdate:
- maxUnavailable: 25%
- maxSurge: 25%
- revisionHistoryLimit: 10
- progressDeadlineSeconds: 600
- ---
- kind: Deployment
- apiVersion: apps/v1
- metadata:
- name: yami-shop-ms
- namespace: mall4j-b2b2c-release
- labels:
- k8s.kuboard.cn/name: yami-shop-ms
- annotations: {}
- spec:
- replicas: 1
- selector:
- matchLabels:
- k8s.kuboard.cn/name: yami-shop-ms
- template:
- metadata:
- creationTimestamp: null
- labels:
- k8s.kuboard.cn/name: yami-shop-ms
- annotations:
- kubectl.kubernetes.io/restartedAt: '2022-10-13T12:05:54+08:00'
- spec:
- containers:
- - name: yami-shop-ms
- image: '192.168.1.11:80/mall4j-b2b2c-release/yami-shop-ms:0'
- resources: {}
- livenessProbe:
- httpGet:
- path: /
- port: 80
- scheme: HTTP
- initialDelaySeconds: 3
- timeoutSeconds: 1
- periodSeconds: 10
- successThreshold: 1
- failureThreshold: 3
- readinessProbe:
- httpGet:
- path: /
- port: 80
- scheme: HTTP
- initialDelaySeconds: 3
- timeoutSeconds: 1
- periodSeconds: 10
- successThreshold: 1
- failureThreshold: 3
- terminationMessagePath: /dev/termination-log
- terminationMessagePolicy: File
- imagePullPolicy: IfNotPresent
- restartPolicy: Always
- terminationGracePeriodSeconds: 30
- dnsPolicy: Default
- securityContext: {}
- imagePullSecrets:
- - name: harbor
- schedulerName: default-scheduler
- dnsConfig: {}
- strategy:
- type: RollingUpdate
- rollingUpdate:
- maxUnavailable: 25%
- maxSurge: 25%
- revisionHistoryLimit: 10
- progressDeadlineSeconds: 600
- ---
- kind: Deployment
- apiVersion: apps/v1
- metadata:
- name: yami-shop-multishop
- namespace: mall4j-b2b2c-release
- labels:
- k8s.kuboard.cn/name: yami-shop-multishop
- annotations: {}
- spec:
- replicas: 1
- selector:
- matchLabels:
- k8s.kuboard.cn/name: yami-shop-multishop
- template:
- metadata:
- creationTimestamp: null
- labels:
- k8s.kuboard.cn/name: yami-shop-multishop
- annotations:
- kubectl.kubernetes.io/restartedAt: '2022-10-12T16:47:44+08:00'
- spec:
- volumes:
- - name: yami-shop-multishop
- nfs:
- server: 192.168.1.28
- path: /nfs/data/mall4j-b2b2c-release/
- containers:
- - name: yami-shop-multishop
- image: '192.168.1.11:80/mall4j-b2b2c-release/yami-shop-multishop:0'
- env:
- - name: TZ
- value: Asia/Shanghai
- - name: MYSQL_HOST
- value: 10.1.246.56
- - name: MYSQL_PORT
- value: '3306'
- - name: MYSQL_DATABASE
- value: mall4j_b2b2c_release
- - name: MYSQL_USERNAME
- value: root
- - name: MYSQL_PASSWORD
- value: 'hn02le.34lkdLKD'
- - name: REDIS_HOST
- value: 10.1.58.182
- - name: REDIS_PORT
- value: '6379'
- - name: REDIS_DATABASE
- value: '6'
- - name: REDIS_PASSWORD
- value: 'hn02le.34lkdLKD'
- - name: ELASTIC_ADDRESS
- value: 'http://10.1.96.227:9200'
- - name: ELASTIC_USERNAME
- value: elastic
- - name: ELASTIC_PASSWORD
- value: 'hn02le.34lkdLKD'
- - name: DATACENTER_ID
- value: '21'
- - name: WUKONGIM_ADDRESS
- value: 'http://10.1.207.132:5001'
- - name: WUKONGIM_TOKEN
- value: 'hn02le.34lkdLKD'
- - name: SMS_SUPPLIER
- value: 'alibaba'
- - name: SMS_ACCESS_KEY_ID
- value: '必填短信服务accessKeyId'
- - name: SMS_ACCESS_KEY_SECRET
- value: '必填短信accessKeySecret'
- - name: SMS_SIGNATURE
- value: '必填短信签名signName'
- - name: JAVA_OPTS
- value: >-
- -Xmx1024m -Xss256k -Xshareclasses -Xtune:virtualized
- -Dspring.profiles.active=docker
- resources: {}
- volumeMounts:
- - name: yami-shop-multishop
- mountPath: /opt/projects/yami-b2b2c/log
- subPath: ./yami-shop-multishop/log
- livenessProbe:
- httpGet:
- path: /actuator/health/liveness
- port: 8113
- scheme: HTTP
- initialDelaySeconds: 30
- timeoutSeconds: 1
- periodSeconds: 30
- successThreshold: 1
- failureThreshold: 3
- readinessProbe:
- httpGet:
- path: /actuator/health/readiness
- port: 8113
- scheme: HTTP
- initialDelaySeconds: 30
- timeoutSeconds: 1
- periodSeconds: 30
- successThreshold: 1
- failureThreshold: 3
- terminationMessagePath: /dev/termination-log
- terminationMessagePolicy: File
- imagePullPolicy: IfNotPresent
- restartPolicy: Always
- terminationGracePeriodSeconds: 30
- dnsPolicy: Default
- securityContext: {}
- imagePullSecrets:
- - name: harbor
- schedulerName: default-scheduler
- dnsConfig: {}
- strategy:
- type: RollingUpdate
- rollingUpdate:
- maxUnavailable: 25%
- maxSurge: 25%
- revisionHistoryLimit: 10
- progressDeadlineSeconds: 600
- ---
- kind: Deployment
- apiVersion: apps/v1
- metadata:
- name: yami-shop-pc
- namespace: mall4j-b2b2c-release
- labels:
- k8s.kuboard.cn/name: yami-shop-pc
- annotations: {}
- spec:
- replicas: 1
- selector:
- matchLabels:
- k8s.kuboard.cn/name: yami-shop-pc
- template:
- metadata:
- creationTimestamp: null
- labels:
- k8s.kuboard.cn/name: yami-shop-pc
- annotations:
- kubectl.kubernetes.io/restartedAt: '2022-10-13T11:58:12+08:00'
- spec:
- containers:
- - name: yami-shop-pc
- image: '192.168.1.11:80/mall4j-b2b2c-release/yami-shop-pc:0'
- env:
- - name: TZ
- value: Asia/Shanghai
- resources: {}
- livenessProbe:
- httpGet:
- path: /
- port: 80
- scheme: HTTP
- initialDelaySeconds: 3
- timeoutSeconds: 1
- periodSeconds: 10
- successThreshold: 1
- failureThreshold: 3
- readinessProbe:
- httpGet:
- path: /
- port: 80
- scheme: HTTP
- initialDelaySeconds: 3
- timeoutSeconds: 1
- periodSeconds: 10
- successThreshold: 1
- failureThreshold: 3
- terminationMessagePath: /dev/termination-log
- terminationMessagePolicy: File
- imagePullPolicy: IfNotPresent
- restartPolicy: Always
- terminationGracePeriodSeconds: 30
- dnsPolicy: Default
- securityContext: {}
- imagePullSecrets:
- - name: harbor
- schedulerName: default-scheduler
- dnsConfig: {}
- strategy:
- type: RollingUpdate
- rollingUpdate:
- maxUnavailable: 25%
- maxSurge: 25%
- revisionHistoryLimit: 10
- progressDeadlineSeconds: 600
- ---
- kind: Deployment
- apiVersion: apps/v1
- metadata:
- name: yami-shop-platform
- namespace: mall4j-b2b2c-release
- labels:
- k8s.kuboard.cn/name: yami-shop-platform
- annotations: {}
- spec:
- replicas: 1
- selector:
- matchLabels:
- k8s.kuboard.cn/name: yami-shop-platform
- template:
- metadata:
- creationTimestamp: null
- labels:
- k8s.kuboard.cn/name: yami-shop-platform
- annotations:
- kubectl.kubernetes.io/restartedAt: '2022-10-12T16:47:44+08:00'
- spec:
- volumes:
- - name: yami-shop-platform
- nfs:
- server: 192.168.1.28
- path: /nfs/data/mall4j-b2b2c-release/
- containers:
- - name: yami-shop-platform
- image: '192.168.1.11:80/mall4j-b2b2c-release/yami-shop-platform:0'
- env:
- - name: TZ
- value: Asia/Shanghai
- - name: MYSQL_HOST
- value: 10.1.246.56
- - name: MYSQL_PORT
- value: '3306'
- - name: MYSQL_DATABASE
- value: mall4j_b2b2c_release
- - name: MYSQL_USERNAME
- value: root
- - name: MYSQL_PASSWORD
- value: 'hn02le.34lkdLKD'
- - name: REDIS_HOST
- value: 10.1.58.182
- - name: REDIS_PORT
- value: '6379'
- - name: REDIS_DATABASE
- value: '6'
- - name: REDIS_PASSWORD
- value: 'hn02le.34lkdLKD'
- - name: ELASTIC_ADDRESS
- value: 'http://10.1.96.227:9200'
- - name: ELASTIC_USERNAME
- value: elastic
- - name: ELASTIC_PASSWORD
- value: 'hn02le.34lkdLKD'
- - name: XXL_JOB_ADDRESS
- value: 'http://10.1.165.104:8080/xxl-job-admin'
- - name: XXL_JOB_ACCESS_TOKEN
- value: mall4j_token
- - name: DATACENTER_ID
- value: '21'
- - name: WUKONGIM_ADDRESS
- value: 'http://10.1.207.132:5001'
- - name: WUKONGIM_TOKEN
- value: 'hn02le.34lkdLKD'
- - name: SMS_SUPPLIER
- value: 'alibaba'
- - name: SMS_ACCESS_KEY_ID
- value: '必填短信服务accessKeyId'
- - name: SMS_ACCESS_KEY_SECRET
- value: '必填短信accessKeySecret'
- - name: SMS_SIGNATURE
- value: '必填短信签名signName'
- - name: JAVA_OPTS
- value: >-
- -Xmx1024m -Xss256k -Xshareclasses -Xtune:virtualized
- -Dspring.profiles.active=docker
- resources: {}
- volumeMounts:
- - name: yami-shop-platform
- mountPath: /opt/projects/yami-b2b2c/log
- subPath: ./yami-shop-platform/log
- livenessProbe:
- httpGet:
- path: /actuator/health/liveness
- port: 8114
- scheme: HTTP
- initialDelaySeconds: 30
- timeoutSeconds: 1
- periodSeconds: 30
- successThreshold: 1
- failureThreshold: 3
- readinessProbe:
- httpGet:
- path: /actuator/health/readiness
- port: 8114
- scheme: HTTP
- initialDelaySeconds: 30
- timeoutSeconds: 1
- periodSeconds: 30
- successThreshold: 1
- failureThreshold: 3
- terminationMessagePath: /dev/termination-log
- terminationMessagePolicy: File
- imagePullPolicy: IfNotPresent
- restartPolicy: Always
- terminationGracePeriodSeconds: 30
- dnsPolicy: Default
- securityContext: {}
- imagePullSecrets:
- - name: harbor
- schedulerName: default-scheduler
- dnsConfig: {}
- strategy:
- type: RollingUpdate
- rollingUpdate:
- maxUnavailable: 25%
- maxSurge: 25%
- revisionHistoryLimit: 10
- progressDeadlineSeconds: 600
- ---
- kind: Deployment
- apiVersion: apps/v1
- metadata:
- name: yami-shop-s
- namespace: mall4j-b2b2c-release
- labels:
- k8s.kuboard.cn/name: yami-shop-s
- annotations: {}
- spec:
- replicas: 1
- selector:
- matchLabels:
- k8s.kuboard.cn/name: yami-shop-s
- template:
- metadata:
- creationTimestamp: null
- labels:
- k8s.kuboard.cn/name: yami-shop-s
- annotations:
- kubectl.kubernetes.io/restartedAt: '2022-10-13T12:06:51+08:00'
- spec:
- containers:
- - name: yami-shop-s
- image: '192.168.1.11:80/mall4j-b2b2c-release/yami-shop-s:0'
- resources: {}
- livenessProbe:
- httpGet:
- path: /
- port: 80
- scheme: HTTP
- initialDelaySeconds: 3
- timeoutSeconds: 1
- periodSeconds: 10
- successThreshold: 1
- failureThreshold: 3
- readinessProbe:
- httpGet:
- path: /
- port: 80
- scheme: HTTP
- initialDelaySeconds: 3
- timeoutSeconds: 1
- periodSeconds: 10
- successThreshold: 1
- failureThreshold: 3
- terminationMessagePath: /dev/termination-log
- terminationMessagePolicy: File
- imagePullPolicy: IfNotPresent
- restartPolicy: Always
- terminationGracePeriodSeconds: 30
- dnsPolicy: Default
- securityContext: {}
- imagePullSecrets:
- - name: harbor
- schedulerName: default-scheduler
- dnsConfig: {}
- strategy:
- type: RollingUpdate
- rollingUpdate:
- maxUnavailable: 25%
- maxSurge: 25%
- revisionHistoryLimit: 10
- progressDeadlineSeconds: 600
- ---
- kind: Deployment
- apiVersion: apps/v1
- metadata:
- name: yami-shop-vp
- namespace: mall4j-b2b2c-release
- labels:
- k8s.kuboard.cn/name: yami-shop-vp
- annotations: {}
- spec:
- replicas: 1
- selector:
- matchLabels:
- k8s.kuboard.cn/name: yami-shop-vp
- template:
- metadata:
- creationTimestamp: null
- labels:
- k8s.kuboard.cn/name: yami-shop-vp
- annotations:
- kubectl.kubernetes.io/restartedAt: '2022-10-13T12:05:19+08:00'
- spec:
- containers:
- - name: yami-shop-vp
- image: '192.168.1.11:80/mall4j-b2b2c-release/yami-shop-vp:0'
- resources: {}
- livenessProbe:
- httpGet:
- path: /
- port: 80
- scheme: HTTP
- initialDelaySeconds: 3
- timeoutSeconds: 1
- periodSeconds: 10
- successThreshold: 1
- failureThreshold: 3
- readinessProbe:
- httpGet:
- path: /
- port: 80
- scheme: HTTP
- initialDelaySeconds: 3
- timeoutSeconds: 1
- periodSeconds: 10
- successThreshold: 1
- failureThreshold: 3
- terminationMessagePath: /dev/termination-log
- terminationMessagePolicy: File
- imagePullPolicy: IfNotPresent
- restartPolicy: Always
- terminationGracePeriodSeconds: 30
- dnsPolicy: Default
- securityContext: {}
- imagePullSecrets:
- - name: harbor
- schedulerName: default-scheduler
- dnsConfig: {}
- strategy:
- type: RollingUpdate
- rollingUpdate:
- maxUnavailable: 25%
- maxSurge: 25%
- revisionHistoryLimit: 10
- progressDeadlineSeconds: 600
- ---
- kind: Deployment
- apiVersion: apps/v1
- metadata:
- name: yami-shop-vs
- namespace: mall4j-b2b2c-release
- labels:
- k8s.kuboard.cn/name: yami-shop-vs
- annotations: {}
- spec:
- replicas: 1
- selector:
- matchLabels:
- k8s.kuboard.cn/name: yami-shop-vs
- template:
- metadata:
- creationTimestamp: null
- labels:
- k8s.kuboard.cn/name: yami-shop-vs
- annotations:
- kubectl.kubernetes.io/restartedAt: '2022-10-13T12:04:06+08:00'
- spec:
- containers:
- - name: yami-shop-vs
- image: '192.168.1.11:80/mall4j-b2b2c-release/yami-shop-vs:0'
- resources: {}
- livenessProbe:
- httpGet:
- path: /
- port: 80
- scheme: HTTP
- initialDelaySeconds: 3
- timeoutSeconds: 1
- periodSeconds: 10
- successThreshold: 1
- failureThreshold: 3
- readinessProbe:
- httpGet:
- path: /
- port: 80
- scheme: HTTP
- initialDelaySeconds: 3
- timeoutSeconds: 1
- periodSeconds: 10
- successThreshold: 1
- failureThreshold: 3
- terminationMessagePath: /dev/termination-log
- terminationMessagePolicy: File
- imagePullPolicy: IfNotPresent
- restartPolicy: Always
- terminationGracePeriodSeconds: 30
- dnsPolicy: Default
- securityContext: {}
- imagePullSecrets:
- - name: harbor
- schedulerName: default-scheduler
- dnsConfig: {}
- strategy:
- type: RollingUpdate
- rollingUpdate:
- maxUnavailable: 25%
- maxSurge: 25%
- revisionHistoryLimit: 10
- progressDeadlineSeconds: 600
- ---
- kind: Service
- apiVersion: v1
- metadata:
- name: yami-shop-api
- namespace: mall4j-b2b2c-release
- labels:
- k8s.kuboard.cn/name: yami-shop-api
- spec:
- ports:
- - protocol: TCP
- port: 8112
- targetPort: 8112
- selector:
- k8s.kuboard.cn/name: yami-shop-api
- type: ClusterIP
- sessionAffinity: None
- ipFamilies:
- - IPv4
- ipFamilyPolicy: SingleStack
- internalTrafficPolicy: Cluster
- ---
- kind: Service
- apiVersion: v1
- metadata:
- name: yami-shop-h5
- namespace: mall4j-b2b2c-release
- labels:
- k8s.kuboard.cn/name: yami-shop-h5
- spec:
- ports:
- - name: gp3zqc
- protocol: TCP
- port: 80
- targetPort: 80
- selector:
- k8s.kuboard.cn/name: yami-shop-h5
- type: ClusterIP
- sessionAffinity: None
- ipFamilies:
- - IPv4
- ipFamilyPolicy: SingleStack
- internalTrafficPolicy: Cluster
- ---
- kind: Service
- apiVersion: v1
- metadata:
- name: yami-shop-ms
- namespace: mall4j-b2b2c-release
- labels:
- k8s.kuboard.cn/name: yami-shop-ms
- spec:
- ports:
- - name: gp3zqc
- protocol: TCP
- port: 80
- targetPort: 80
- selector:
- k8s.kuboard.cn/name: yami-shop-ms
- type: ClusterIP
- sessionAffinity: None
- ipFamilies:
- - IPv4
- ipFamilyPolicy: SingleStack
- internalTrafficPolicy: Cluster
- ---
- kind: Service
- apiVersion: v1
- metadata:
- name: yami-shop-multishop
- namespace: mall4j-b2b2c-release
- labels:
- k8s.kuboard.cn/name: yami-shop-multishop
- spec:
- ports:
- - protocol: TCP
- port: 8113
- targetPort: 8113
- selector:
- k8s.kuboard.cn/name: yami-shop-multishop
- type: ClusterIP
- sessionAffinity: None
- ipFamilies:
- - IPv4
- ipFamilyPolicy: SingleStack
- internalTrafficPolicy: Cluster
- ---
- kind: Service
- apiVersion: v1
- metadata:
- name: yami-shop-pc
- namespace: mall4j-b2b2c-release
- labels:
- k8s.kuboard.cn/name: yami-shop-pc
- spec:
- ports:
- - protocol: TCP
- port: 80
- targetPort: 80
- selector:
- k8s.kuboard.cn/name: yami-shop-pc
- type: ClusterIP
- sessionAffinity: None
- ipFamilies:
- - IPv4
- ipFamilyPolicy: SingleStack
- internalTrafficPolicy: Cluster
- ---
- kind: Service
- apiVersion: v1
- metadata:
- name: yami-shop-platform
- namespace: mall4j-b2b2c-release
- labels:
- k8s.kuboard.cn/name: yami-shop-platform
- spec:
- ports:
- - protocol: TCP
- port: 8114
- targetPort: 8114
- selector:
- k8s.kuboard.cn/name: yami-shop-platform
- type: ClusterIP
- sessionAffinity: None
- ipFamilies:
- - IPv4
- ipFamilyPolicy: SingleStack
- internalTrafficPolicy: Cluster
- ---
- kind: Service
- apiVersion: v1
- metadata:
- name: yami-shop-s
- namespace: mall4j-b2b2c-release
- labels:
- k8s.kuboard.cn/name: yami-shop-s
- spec:
- ports:
- - name: gp3zqc
- protocol: TCP
- port: 80
- targetPort: 80
- selector:
- k8s.kuboard.cn/name: yami-shop-s
- type: ClusterIP
- sessionAffinity: None
- ipFamilies:
- - IPv4
- ipFamilyPolicy: SingleStack
- internalTrafficPolicy: Cluster
- ---
- kind: Service
- apiVersion: v1
- metadata:
- name: yami-shop-vp
- namespace: mall4j-b2b2c-release
- labels:
- k8s.kuboard.cn/name: yami-shop-vp
- spec:
- ports:
- - name: gp3zqc
- protocol: TCP
- port: 80
- targetPort: 80
- selector:
- k8s.kuboard.cn/name: yami-shop-vp
- type: ClusterIP
- sessionAffinity: None
- ipFamilies:
- - IPv4
- ipFamilyPolicy: SingleStack
- internalTrafficPolicy: Cluster
- ---
- kind: Service
- apiVersion: v1
- metadata:
- name: yami-shop-vs
- namespace: mall4j-b2b2c-release
- labels:
- k8s.kuboard.cn/name: yami-shop-vs
- spec:
- ports:
- - name: gp3zqc
- protocol: TCP
- port: 80
- targetPort: 80
- selector:
- k8s.kuboard.cn/name: yami-shop-vs
- type: ClusterIP
- sessionAffinity: None
- ipFamilies:
- - IPv4
- ipFamilyPolicy: SingleStack
- internalTrafficPolicy: Cluster
|