File: README.md

package info (click to toggle)
pycsw 2.6.1%2Bdfsg-2
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm
  • size: 11,076 kB
  • sloc: xml: 38,300; python: 11,330; makefile: 179; sh: 3
file content (16 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Helm chart for pycsw services

Debug with:

```bash
helm install --dry-run --debug pycsw .
```

Deploy with:

```bash
helm install pycsw .
```

The server should then be made available at the host/port specified by
`minikube service pycsw --url`.