--- 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