Skip to content

Commit b410b53

Browse files
authored
revert namespace for api-ingress
Looks like that cross-namespace addressing isn't supported for ingress. Also, stripped "secure-backends" annotation which doesn't actually work for traefik but nginx ingress.
1 parent 45f5c46 commit b410b53

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

addons/api-ingress.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ apiVersion: extensions/v1beta1
22
kind: Ingress
33
metadata:
44
name: kubernetes-api
5-
namespace: kube-system
5+
namespace: default
66
annotations:
77
kubernetes.io/ingress.class: traefik
8-
ingress.kubernetes.io/secure-backends: "true"
98
traefik.frontend.rule.type: PathPrefixStrip
109
spec:
1110
rules:

0 commit comments

Comments
 (0)