alexohneander-zola/deploy/deployment.yaml
Alex Wellnitz a654b9c86d
All checks were successful
Build Docker Container / Build-Container-Image (push) Successful in 30s
renovate / renovate (push) Successful in 30s
feat: add Kubernetes Deployment
2025-03-18 14:01:16 +01:00

23 lines
489 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:sha-c1c1512
ports:
- containerPort: 80