Skip to content

Commit

Permalink
Bump k8 example version (#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
soapy1 authored Nov 7, 2024
1 parent 7a83317 commit 92a199b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docusaurus-docs/conda-store/how-tos/install-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ kubectl port-forward service/conda-store-server 8080:8080

Then visit via your web browser [http://localhost:8080](http://localhost:8080)

To enable viewing logs, make sure to also port forward the minio service

```shell
kubectl port-forward service/minio 30900:9000
```

For additional configuration options see the [reference guide](../references/configuration-options.md)

A good test that conda-store is functioning properly is to apply the
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/conda-store-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
spec:
containers:
- name: conda-store-server
image: quansight/conda-store-server:v0.4.5
image: quansight/conda-store-server:2024.10.1
args:
- "conda-store-server"
- "--config"
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/conda-store-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
spec:
containers:
- name: conda-store-server
image: quansight/conda-store-server:v0.4.5
image: quansight/conda-store-server:2024.10.1
args:
- "conda-store-worker"
- "--config"
Expand Down

0 comments on commit 92a199b

Please sign in to comment.