deployment.yaml

This commit is contained in:
Christopher Hase 2025-03-25 10:27:14 +01:00
parent b33561c471
commit a1a3f831be

17
deployment.yaml Normal file
View 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