elsa-core/scripts/k8s/plant-uml/deployment.yaml
Sipke Schoorstra 426b9bcde3 Move build and deployment scripts
This commit moves various build scripts, Docker-related files, Kubernetes deployment configurations, and migration scripts.
2024-08-14 21:42:46 +02:00

20 lines
396 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: plant-uml-deployment
spec:
replicas: 1
selector:
matchLabels:
app: plant-uml
template:
metadata:
labels:
app: plant-uml
spec:
containers:
- name: plant-uml
imagePullPolicy: Always
image: plantuml/plantuml-server:tomcat
ports:
- containerPort: 8080