add manifests
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-11-01 18:22:56 +01:00
parent b4458ae536
commit 4c288976f7
3 changed files with 64 additions and 0 deletions

16
k8s/service.yaml Normal file
View File

@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
name: demo-service
namespace: cloud-demo
labels:
app: demo-service
spec:
ports:
- name: demo-service
port: 80
targetPort: 8080
protocol: TCP
selector:
app: demo-service
type: ClusterIP