tulpanomicon/manifest/deployment.yaml
Xe Iaso 912ac171be
All checks were successful
Gitea Actions CI / Build and deploy (push) Successful in 26s
migrate to autodeploy
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-01-12 23:57:46 -05:00

23 lines
440 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: tulpanomicon
spec:
selector:
matchLabels:
app: tulpanomicon
template:
metadata:
labels:
app: tulpanomicon
spec:
containers:
- name: tulpanomicon
image: git.xeserv.us/tulpamancy/tulpanomicon:latest
resources:
limits:
memory: "128Mi"
cpu: "500m"
ports:
- containerPort: 80