de verkeerde pipeline upgedate :/

This commit is contained in:
2020-03-23 13:43:42 +01:00
parent 1e021f00d7
commit d3ed5a87af
3 changed files with 21 additions and 9 deletions

View File

@@ -8,4 +8,22 @@ spec:
- name: test
protocol: TCP
port: 666
targetPort: 666
targetPort: 666
---
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: application-ingress
namespace: default
annotations:
kubernetes.io/ingress.class: "nginx"
spec:
rules:
- host: pipeline.llocal.host
http:
paths:
- path: /stage-frontend
backend:
serviceName: stage-frontend-service
servicePort: 80