Skip to content

Commit 3be0346

Browse files
authored
feat: remove httpbin (#669)
1 parent 11e4e09 commit 3be0346

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

core.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ k8s:
3737
disableIstioInjection: true
3838
labels:
3939
"apl.io/ingress-controller-scope": "true"
40-
- name: httpbin
41-
app: httpbin
4240
- name: ingress
4341
# disabling istio sidecar as it does not preserve client ip (yet)
4442
# TODO: enable once it does
@@ -233,15 +231,6 @@ adminApps:
233231
- name: hello
234232
hide: true
235233
tags: [demo]
236-
- name: httpbin
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
245234
- name: ingress-nginx
246235
tags: [ingress, auth]
247236
- name: istio

0 commit comments

Comments
 (0)