Add Kubernetes manifests for Drone application including PVC, RBAC, Service, Deployment, and SealedSecret
This commit is contained in:
14
cluster/apps/drone/drone-svc.yml
Normal file
14
cluster/apps/drone/drone-svc.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: drone-server-service
|
||||
namespace: default
|
||||
spec:
|
||||
selector:
|
||||
app.kubernetes.io/name: drone
|
||||
type: LoadBalancer
|
||||
ports:
|
||||
- port: 4338
|
||||
targetPort: 443
|
||||
protocol: TCP
|
||||
Reference in New Issue
Block a user