add secerts, clusterRole, configmap, ingress, pvc, svc, svc-account and deployment for homepage
All checks were successful
Validate Kubernetes Manifests / kubeconform (pull_request) Successful in 21s

This commit is contained in:
2025-12-28 06:58:08 +05:30
parent 4142732c4f
commit beb484aa9f
9 changed files with 671 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
apiVersion: v1
kind: Service
metadata:
name: homepage-service
namespace: monitoring
spec:
selector:
app.kubernetes.io/name: homepage
ports:
- port: 3000
targetPort: 3000