Skip to content

Commit

Permalink
Merge pull request openshift#1522 from squat/federate_ingress_bug
Browse files Browse the repository at this point in the history
contrib/federation-experiment/federate: fix ingress bug
  • Loading branch information
squat authored May 26, 2017
2 parents 6aef218 + e532ec7 commit 1fdc760
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions contrib/federation-experiment/federate
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,14 @@ metadata:
annotations:
ingress.kubernetes.io/rewrite-target: /
ingress.kubernetes.io/secure-backends: "true"
ingress.kubernetes.io/ssl-passthrough: "true"
kubernetes.io/ingress.class: tectonic
name: federation-apiserver
namespace: federation
spec:
tls:
- hosts:
- $HOST_CONSOLE_DOMAIN
secretName: tectonic-ingress-tls-secret
rules:
- host: $HOST_CONSOLE_DOMAIN
http:
Expand All @@ -118,13 +121,6 @@ spec:
serviceName: federation-apiserver
servicePort: 443
path: /federation
- host: federation.$HOST_CONSOLE_DOMAIN
http:
paths:
- backend:
serviceName: federation-apiserver
servicePort: 443
path: /
EOF
$KUBECTL apply -f manifests/federation-apiserver-ingress.yaml

Expand Down

0 comments on commit 1fdc760

Please sign in to comment.