some edits
Some checks failed
continuous-integration/drone Build was killed

This commit is contained in:
2025-07-29 06:58:13 +05:30
parent 8f9cfabd49
commit 92e96bf381
2 changed files with 53 additions and 35 deletions

View File

@@ -12,3 +12,17 @@ spec:
- port: 4338
targetPort: 80
protocol: TCP
---
apiVersion: v1
kind: Service
metadata:
name: drone-server-int-service
namespace: default
spec:
selector:
app.kubernetes.io/name: drone
type: ClusterIP
ports:
- port: 80
targetPort: 80