Add Semaphore Kubernetes configuration files including ConfigMap, PVC, SealedSecret, Service, and Deployment

This commit is contained in:
2025-10-15 20:00:50 +05:30
parent 665d0a8fc2
commit 0f9cd11332
5 changed files with 128 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
---
apiVersion: v1
kind: Service
metadata:
name: semaphore-service
namespace: git-ops
spec:
type: LoadBalancer
selector:
app: semaphore
ports:
- port: 3002
targetPort: 3000