tulpanomicon/manifest/deployment.yaml
Xe Iaso be83628c86
All checks were successful
Gitea Actions CI / Build and deploy (push) Successful in 41s
fixerino
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-01-13 20:06:49 -05:00

23 lines
449 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: registry.int.xeserv.us/tulpamancy/tulpanomicon:latest
resources:
limits:
memory: "128Mi"
cpu: "500m"
ports:
- containerPort: 80