alexohneander-zola/deploy/service.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

13 lines
207 B
YAML

apiVersion: v1
kind: Service
metadata:
name: alexohneander-zola-service
namespace: websites
spec:
selector:
app: alexohneander-zola
ports:
- protocol: TCP
port: 80
targetPort: 80