Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .kubernetes/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ spec:
image: unece/classification-explorer:latest
env:
- name: ENDPOINT
value: 'http://graphdb.linked-open-statistics.org/repositories/classifications'
value: 'https://graphdb.linked-open-statistics.org/repositories/classifications'
- name: DEPLOY_MESSAGE
value: 'Powered by Insee Lab'
9 changes: 6 additions & 3 deletions .kubernetes/ingress.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: classification-explorer
Expand All @@ -13,6 +13,9 @@ spec:
http:
paths:
- path: /
pathType: Prefix
backend:
serviceName: classification-explorer
servicePort: http
service:
name: classification-explorer
port:
number: 80