mirror of
https://github.com/bvanroll/stage-infra.git
synced 2025-08-29 20:12:46 +00:00
de verkeerde pipeline upgedate :/
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user