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.
23 lines
463 B
23 lines
463 B
10 months ago
|
apiVersion: apps/v1
|
||
|
kind: Deployment
|
||
|
metadata:
|
||
|
name: ds-base-web
|
||
|
spec:
|
||
|
replicas: 1
|
||
|
selector:
|
||
|
matchLabels:
|
||
|
app: ds-base-web
|
||
|
template:
|
||
|
metadata:
|
||
|
labels:
|
||
|
app: ds-base-web
|
||
|
spec:
|
||
|
containers:
|
||
|
- name: ds-base-web
|
||
|
image: registry.cn-hangzhou.aliyuncs.com/dsideal/ds_base_web:20240925165112
|
||
|
imagePullPolicy: Always
|
||
|
ports:
|
||
|
- containerPort: 80
|
||
|
imagePullSecrets:
|
||
|
- name: regcred
|