Files
alexohneander-zola/deploy/deployment.yaml
Alex Wellnitz 0300584c12
Some checks failed
renovate / renovate (push) Has been cancelled
Build and Deploy / Build-Container-Image (push) Successful in 42s
deploy/deployment.yaml aktualisiert
2025-09-01 20:45:54 +00:00

23 lines
484 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: alexohneander-zola-deployment
namespace: websites
labels:
app: alexohneander-zola
spec:
replicas: 1
selector:
matchLabels:
app: alexohneander-zola
template:
metadata:
labels:
app: alexohneander-zola
spec:
containers:
- name: alexohneander-zola
image: git.dev-null.rocks/alexohneander/alexohneander-zola:0.1.13
ports:
- containerPort: 80