deploy homepage

This commit is contained in:
2025-08-07 13:37:40 -05:00
parent 8dc2243140
commit d2d3ee7c78
15 changed files with 466 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
apiVersion: v1
kind: Service
metadata:
name: homepage
namespace: homepage-app
labels:
app.kubernetes.io/name: homepage
annotations: {}
spec:
type: ClusterIP
ports:
- port: 3000
targetPort: http
protocol: TCP
name: http
selector:
app.kubernetes.io/name: homepage