iching-broker-level2/deployment.yaml
Christopher Hase cf8bd4014b
All checks were successful
ci / build (push) Successful in 1m19s
add http-server part 3
2025-04-07 13:16:29 +02:00

19 lines
399 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: iching-broker-0-0-1
namespace: argocd
spec:
selector:
matchLabels:
app: iching-broker
template:
metadata:
labels:
app: iching-broker
spec:
containers:
- image: gitea-192-168-197-2.c-one-infra.de/giteaadmin/iching-broker:development
name: iching-broker
imagePullPolicy: Always