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
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: A3
|
||||
name: a3-deployment
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: A3
|
||||
app: a3-deployment
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: A3
|
||||
app: a3-deployment
|
||||
spec:
|
||||
containers:
|
||||
- name: A3
|
||||
- name: a3-deployment
|
||||
image: harbor.example.com/simple-demo/simple-demo:dev-placeholder
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue