input-service/k8s/service.yaml
marcsello 947ac144b1
All checks were successful
continuous-integration/drone/push Build is passing
Updated k8s stuff
2021-08-18 14:05:27 +02:00

17 lines
261 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