Deploy pod and service into turniere-backend

This commit is contained in:
Thor77 2019-10-09 09:00:28 +02:00
parent 6b132866a8
commit c1f64e2694
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: backend-deployment
namespace: turniere
namespace: turniere-backend
labels:
app: turniere-backend
spec:

View File

@ -2,7 +2,7 @@ apiVersion: v1
kind: Service
metadata:
name: backend-service
namespace: turniere
namespace: turniere-backend
spec:
selector:
app: turniere-backend
@ -15,7 +15,7 @@ apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: backend-ingress
namespace: turniere
namespace: turniere-backend
annotations:
kubernetes.io/ingress.class: traefik
spec: