Skip to content

Commit

Permalink
Issue #90: dev-library allows plain http now
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Aug 24, 2023
1 parent b6568b6 commit 4bae8f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/library_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ jobs:
- name: Test dev.library.kiwix.org
working-directory: test-suite
env:
SCHEMES: http,https
LIBRARY_HOST: dev.library.kiwix.org
run: pytest -vvv -m "not varnish"
2 changes: 2 additions & 0 deletions zim/dev-library/dev-library.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ metadata:
namespace: zim
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
nginx.ingress.kubernetes.io/ssl-redirect: "false"
nginx.ingress.kubernetes.io/force-ssl-redirect: "false"
spec:
ingressClassName: nginx
tls:
Expand Down

0 comments on commit 4bae8f2

Please sign in to comment.