api-gateway/k8s/service.yml
Torma Kristóf 3c521fcba8
All checks were successful
continuous-integration/drone/push Build is passing
add k8s files
2020-04-10 16:00:28 +02:00

16 lines
260 B
YAML

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