Add missing whitespace

master
James Orson 2023-07-06 08:55:28 -07:00 committed by Curith
parent 6f817c3c42
commit 985d9fcdc3
1 changed files with 3 additions and 0 deletions

View File

@ -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