Skip to content
Merged
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
3 changes: 0 additions & 3 deletions .github/workflows/k8s_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:

- name: Install yq
run: sudo snap install yq

- name: Configure dns naming
run: ./k8s/scripts/configure_for_tests.sh

- name: deploy arlas
run: ./k8s/scripts/start.sh
Expand Down
12 changes: 1 addition & 11 deletions docs/docs/arlas_exploration_stack_helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,7 @@ The default storage class of the cluster might have a `delete` reclaim policy. F

### Configuration

Most of the configuration should be done by setting values for the charts. Default values are set in the `values.yaml` files of the various charts. The `k8s/charts/arlas-stack/values_template.yaml` file is a __template__ that contains the values for a coherent stack deployment. If you need to change values, __do not modify directly this template file__. Instead, create a file in the project root directory named `custom_values.yaml` and set there the values you want to overwrite. Bellow is an example:

```yaml
global:
dnsDomain: &arlasAppDnsDomain site.mydomain.io
elasticDnsDomain: &arlasAppElasticDnsDomain elastic.mydomain.k8s
minioDnsDomain: &arlasAppMinioDnsDomain minio.mydomain.k8s
keycloakDnsDomain: &arlasAppKeycloakDnsDomain keycloak.mydomain.k8s
```
Most of the configuration should be done by setting values for the charts. Default values are set in the `values.yaml` files of the various charts.

IMPORTANT: the passwords must be configured before the first install of the chart!

Expand Down Expand Up @@ -144,8 +136,6 @@ Four services are exposed with an ingress:
- `apisix`, which serves ARLAS and AIAS, default DNS is `site.arlas.k8s`
- `minio`, which serves as the object store, default DNS is `minio.arlas.k8s`

These DNS names can be changed in `custom_values.yaml` with the model in `k8s/charts/arlas-stack/values.yaml`.

In a test environment, you will need to link the ingress external IP with the domain names of the services. You can for instance add them in /etc/hosts:

```
Expand Down
14 changes: 0 additions & 14 deletions k8s/scripts/configure_for_tests.sh

This file was deleted.