deployment.yaml
This commit is contained in:
parent
b33561c471
commit
a1a3f831be
1 changed files with 17 additions and 0 deletions
17
deployment.yaml
Normal file
17
deployment.yaml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
apiVersion: apps/v1
|
||||||
|
kind: Deployment
|
||||||
|
metadata:
|
||||||
|
name: mail-test3
|
||||||
|
namespace: default
|
||||||
|
spec:
|
||||||
|
selector:
|
||||||
|
matchLabels:
|
||||||
|
app: mail-test3
|
||||||
|
template:
|
||||||
|
metadata:
|
||||||
|
labels:
|
||||||
|
app: mail-test3
|
||||||
|
spec:
|
||||||
|
containers:
|
||||||
|
- image: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/iching-broker:main
|
||||||
|
name: mail-test3
|
Loading…
Reference in a new issue