homelab/kubernetes/apps/production/drone/service.yaml

18 lines
261 B
YAML
Raw Normal View History

2024-09-23 21:05:44 +00:00
---
apiVersion: v1
kind: Service
metadata:
name: drone-service
namespace: drone-ci
spec:
type: ClusterIP
ports:
- port: 80
targetPort: 80
protocol: TCP
- port: 443
targetPort: 443
protocol: TCP
selector:
app: drone