homelab/kubernetes/apps/production/drone/service.yaml
Liam 0cb82395a2
Some checks failed
Check Kubernetes YAMLs / scan (push) Failing after 17s
fix(apps): oops - add names to the ports
2024-09-23 22:12:37 +01:00

20 lines
296 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: drone-service
namespace: drone-ci
spec:
type: ClusterIP
ports:
- name: http
port: 80
targetPort: 80
protocol: TCP
- name: https
port: 443
targetPort: 443
protocol: TCP
selector:
app: drone