Files
k8scd/phocas-lustrum/service.yaml
T
Ruben Hensen ed0561446d Add phocas-lustrum demo site deployment
Deployment, service, and ingress for the AI-generated Phocas XVI
Lustrum demo site at phocaslustrum.rubenhensen.nl.
2026-03-01 13:51:21 +01:00

14 lines
204 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: phocas-lustrum
name: phocas-lustrum
spec:
ports:
- name: "http"
port: 80
targetPort: 3000
selector:
app: phocas-lustrum