input-service/k8s/service.yml
Torma Kristóf 9fd976a298
All checks were successful
continuous-integration/drone/push Build is passing
initial commit
2020-05-20 22:25:28 +02:00

16 lines
268 B
YAML

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