You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
746 B
39 lines
746 B
kind: Service
|
|
apiVersion: v1
|
|
metadata:
|
|
name: bkb-seller-web-uat
|
|
namespace: web
|
|
spec:
|
|
selector:
|
|
app: bkb-seller-web-uat
|
|
type: NodePort
|
|
ports:
|
|
- protocol: TCP
|
|
port: 83
|
|
targetPort: 83
|
|
nodePort: 30202
|
|
---
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: bkb-seller-web-uat
|
|
namespace: web
|
|
labels:
|
|
app: bkb-seller-web-uat
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app: bkb-seller-web-uat
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: bkb-seller-web-uat
|
|
version: v1
|
|
spec:
|
|
imagePullSecrets:
|
|
- name: mgkey2
|
|
containers:
|
|
- name: bkb-seller-web-uat
|
|
image: registry.cn-shenzhen.aliyuncs.com/ax-stor/ax-bkb-seller-web
|
|
ports:
|
|
- containerPort: 83
|