input-service/k8s/service.yaml
Torma Kristóf 03bf58bab3
All checks were successful
continuous-integration/drone/push Build is passing
project layout done
2020-03-25 01:19:22 +01:00

16 lines
262 B
YAML

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