EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 8f1b885d authored by Mussab Abdalla's avatar Mussab Abdalla
Browse files

Merge branch 'main' into client_test

parents 63d573d9 0d13052f
No related branches found
No related tags found
1 merge request!87Client test
...@@ -7,7 +7,10 @@ dependencies: ...@@ -7,7 +7,10 @@ dependencies:
version: 10.9.0 version: 10.9.0
- name: vs-cache - name: vs-cache
repository: https://charts-public.hub.eox.at repository: https://charts-public.hub.eox.at
version: 2.0.10 version: 2.0.18
- name: vs-seeder
repository: https://charts-public.hub.eox.at
version: 2.0.18
- name: vs-client - name: vs-client
repository: https://charts-public.hub.eox.at repository: https://charts-public.hub.eox.at
version: 2.0.26 version: 2.0.26
...@@ -32,5 +35,5 @@ dependencies: ...@@ -32,5 +35,5 @@ dependencies:
- name: vs-preprocessor-v3 - name: vs-preprocessor-v3
repository: https://charts-public.hub.eox.at repository: https://charts-public.hub.eox.at
version: 3.0.6 version: 3.0.6
digest: sha256:a2721972d88eb5c9c8d2a1a243373626bc2fc9b81a7828283f29df0c83123c56 digest: sha256:004f482c27dc2b40a238e56e4e48e53ff51c7c96be362f231f04912cf3f04c89
generated: "2022-07-29T14:12:25.950416509Z" generated: "2022-08-11T11:00:35.981869781Z"
...@@ -22,9 +22,13 @@ dependencies: ...@@ -22,9 +22,13 @@ dependencies:
repository: "https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami" repository: "https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami"
alias: redis alias: redis
- name: vs-cache - name: vs-cache
version: "2.0.10" version: "2.0.18"
repository: "https://charts-public.hub.eox.at" repository: "https://charts-public.hub.eox.at"
alias: cache alias: cache
- name: vs-seeder
version: "2.0.18"
repository: "https://charts-public.hub.eox.at"
alias: seeder
- name: vs-client - name: vs-client
version: "2.0.26" version: "2.0.26"
repository: "https://charts-public.hub.eox.at" repository: "https://charts-public.hub.eox.at"
......
...@@ -102,6 +102,15 @@ Where `<IP-ADDRESS>` is one of ...@@ -102,6 +102,15 @@ Where `<IP-ADDRESS>` is one of
* 127.0.0.1 * 127.0.0.1
* Output of `minikube ip` * Output of `minikube ip`
If you are having trouble with ingress on minikube: `data-access.<IP-ADDRESS>.nip.io` not being accessible, try this while your deployment is running:
```bash
minikube addons disable ingress && minikube addons enable ingress
kubectl delete -A ValidatingWebhookConfiguration ingress-nginx-admission
```
Wait a few moments and ingress access should be restored.
You might also want to change the number of replicas: You might also want to change the number of replicas:
```yaml ```yaml
renderer: renderer:
......
File deleted
File added
File added
...@@ -40,4 +40,4 @@ ...@@ -40,4 +40,4 @@
} }
}, },
"stac_extensions": [] "stac_extensions": []
}] }]
\ No newline at end of file
...@@ -152,25 +152,30 @@ global: ...@@ -152,25 +152,30 @@ global:
range: [1000, 8000] range: [1000, 8000]
nodata: 0 nodata: 0
layers: layers:
- id: Emergency - id: Emergency
title: Emergency displayColor: "#eb3700"
parentLayer: Emergency title: Emergency
displayColor: "#09b0e3" parentLayer: Emergency
maxZoom: 18 maxZoom: 18
download: grids: &defaultGridOptions
wcsExtensionsKVPParameters: - name: WGS84
exceptions: 'text/html' zoom: 17
wcsExtensionsXMLParameters: - id: Emergency__TRUE_COLOR
'eoxs:exceptions': 'text/html' title: Emergency True Color
wcsExtensionsXMLNamespaces: parentLayer: Emergency
eoxs: 'http://eoxserver.org/eoxs/1.0' grids: *defaultGridOptions
grids: - id: Emergency__FALSE_COLOR
- name: WGS84 title: Emergency False Color
zoom: 17 parentLayer: Emergency
grids: *defaultGridOptions
- id: Emergency__NDVI
title: Emergency NDVI
parentLayer: Emergency
style: earth
grids: *defaultGridOptions
overlayLayers: overlayLayers:
- id: Emergency_____outlines - id: Emergency__outlines
title: Emergency outlines title: Emergency outlines
description: "WMS rendering of all Emergency footprints combined for current time range." description: "WMS rendering of all Emergency footprints combined for current time range."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment