We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e4e09 commit 3be0346Copy full SHA for 3be0346
core.yaml
@@ -37,8 +37,6 @@ k8s:
37
disableIstioInjection: true
38
labels:
39
"apl.io/ingress-controller-scope": "true"
40
- - name: httpbin
41
- app: httpbin
42
- name: ingress
43
# disabling istio sidecar as it does not preserve client ip (yet)
44
# TODO: enable once it does
@@ -233,15 +231,6 @@ adminApps:
233
231
- name: hello
234
232
hide: true
235
tags: [demo]
236
237
- tags: [dev, testing, debugging]
238
- isShared: true
239
- ownHost: true
240
- ingress:
241
- - namespace: httpbin
242
- svc: httpbin
243
- type: public
244
- auth: true
245
- name: ingress-nginx
246
tags: [ingress, auth]
247
- name: istio
0 commit comments