Add service definition

This commit is contained in:
Jim Nicholson 2021-10-11 21:59:20 -07:00
parent 781d7b6780
commit b45f1e7be0
2 changed files with 15 additions and 1 deletions

View File

@ -5,6 +5,6 @@ resources:
- rbac.yaml
- storage.yaml
- deployment.yaml
# - service.yaml
- service.yaml
# - ingress.yaml
# - agent.yaml

14
kustomize/service.yaml Normal file
View File

@ -0,0 +1,14 @@
---
apiVersion: v1
kind: Service
metadata:
name: drone-server
namespace: drone
spec:
ports:
- name: drone-server
port: 80
targetPort: 80
selector:
app: drone-server