Xe Iaso
be83628c86
All checks were successful
Gitea Actions CI / Build and deploy (push) Successful in 41s
Signed-off-by: Xe Iaso <me@xeiaso.net>
23 lines
449 B
YAML
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
|