mirror of https://github.com/goproxyio/goproxy
Add missing whitespace
parent
6f817c3c42
commit
985d9fcdc3
|
@ -7,6 +7,7 @@
|
||||||
A global proxy for go modules. see: [https://goproxy.io](https://goproxy.io)
|
A global proxy for go modules. see: [https://goproxy.io](https://goproxy.io)
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
This service invokes the local `go` command to answer requests.
|
This service invokes the local `go` command to answer requests.
|
||||||
|
|
||||||
The default `cacheDir` is `GOPATH`, you can set it up by yourself according to the situation.
|
The default `cacheDir` is `GOPATH`, you can set it up by yourself according to the situation.
|
||||||
|
@ -91,6 +92,7 @@ docker-compose up
|
||||||
## Kubernetes
|
## Kubernetes
|
||||||
|
|
||||||
Deployment:
|
Deployment:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
|
@ -130,6 +132,7 @@ spec:
|
||||||
```
|
```
|
||||||
|
|
||||||
Deployment (with gitconfig secret):
|
Deployment (with gitconfig secret):
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
|
|
Loading…
Reference in New Issue