Add Semaphore Kubernetes configuration files including ConfigMap, PVC, SealedSecret, Service, and Deployment
This commit is contained in:
13
clusters/default/git-ops/semaphore/semaphore-svc.yml
Normal file
13
clusters/default/git-ops/semaphore/semaphore-svc.yml
Normal 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
|
||||
Reference in New Issue
Block a user