Files
alexohneander-zola/deploy/deployment.yaml
Alex Wellnitz fce5e91938
All checks were successful
Build and Deploy / Build-Container-Image (push) Successful in 34s
renovate / renovate (push) Successful in 2m5s
fix: disable content security policy
2025-08-12 19:57:48 +02: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.11
ports:
- containerPort: 80