create project structure
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-07-17 16:31:49 +02:00
parent c9d8fee28f
commit e17cff4d07
14 changed files with 466 additions and 1 deletions

16
k8s/service.yaml Normal file
View File

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