update
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
bc89786f59
commit
41e1e0fc99
1 changed files with 4 additions and 4 deletions
|
|
@ -1,19 +1,19 @@
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: A3
|
name: a3-deployment
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: A3
|
app: a3-deployment
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: A3
|
app: a3-deployment
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: A3
|
- name: a3-deployment
|
||||||
image: harbor.example.com/simple-demo/simple-demo:dev-placeholder
|
image: harbor.example.com/simple-demo/simple-demo:dev-placeholder
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue