Add Kubernetes manifests for Drone application including PVC, RBAC, Service, Deployment, and SealedSecret

This commit is contained in:
2025-06-15 10:00:33 +05:30
parent 352643e720
commit 8a9ac3ec15
5 changed files with 161 additions and 0 deletions

View 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