7
Some checks failed
Check Kubernetes YAMLs / scan (push) Failing after 21s

This commit is contained in:
Lee
2024-09-24 06:50:02 +01:00
parent fbbdde5f1e
commit 9909e7fa73
10 changed files with 265 additions and 0 deletions

View File

@ -0,0 +1,19 @@
---
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