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
762 B

kind: Service
apiVersion: v1
metadata:
name: bkb-cusotmer-web-uat
namespace: web
spec:
selector:
app: bkb-cusotmer-web-uat
type: NodePort
ports:
- protocol: TCP
port: 83
targetPort: 83
nodePort: 30204
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: bkb-cusotmer-web-uat
namespace: web
labels:
app: bkb-cusotmer-web-uat
spec:
selector:
matchLabels:
app: bkb-cusotmer-web-uat
template:
metadata:
labels:
app: bkb-cusotmer-web-uat
version: v1
spec:
imagePullSecrets:
- name: mgkey2
containers:
- name: bkb-cusotmer-web-uat
image: registry.cn-shenzhen.aliyuncs.com/ax-stor/ax-bkb-cusotmer-web
ports:
- containerPort: 83