alexohneander-zola/deploy/deployment.yaml
Alex Wellnitz c8c4adeaf3
All checks were successful
renovate / renovate (push) Successful in 31s
ci: update webstie version
2025-03-18 16:11:34 +01:00

23 lines
483 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.1
ports:
- containerPort: 80