tulpanomicon/manifest/deployment.yaml
Xe Iaso 2352343c1a
All checks were successful
Gitea Actions CI / Build and deploy (push) Successful in 36s
manifest: use reg.xeiaso.net forward address
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-01-13 20:08:16 -05:00

23 lines
441 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: reg.xeiaso.net/tulpamancy/tulpanomicon:latest
resources:
limits:
memory: "128Mi"
cpu: "500m"
ports:
- containerPort: 80