benchmark-service/k8s/service.yml
Torma 6d77a82b9f
All checks were successful
continuous-integration/drone/push Build is passing
change to netty
2020-10-21 01:35:29 +02:00

16 lines
284 B
YAML

apiVersion: v1
kind: Service
metadata:
name: benchmark-service
namespace: birbnetes
labels:
app: benchmark-service
spec:
ports:
- name: benchmark-service
port: 80
targetPort: 8080
protocol: TCP
selector:
app: benchmark-service
type: ClusterIP