mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Add phocas-lustrum demo site deployment
Deployment, service, and ingress for the AI-generated Phocas XVI Lustrum demo site at phocaslustrum.rubenhensen.nl.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
labels:
|
||||
app: phocas-lustrum
|
||||
name: phocas-lustrum
|
||||
spec:
|
||||
ports:
|
||||
- name: "http"
|
||||
port: 80
|
||||
targetPort: 3000
|
||||
selector:
|
||||
app: phocas-lustrum
|
||||
Reference in New Issue
Block a user