Add missing whitespace

pull/219/head
James Orson 2023-07-06 08:55:28 -07:00 committed by GitHub
parent 97bf8e5faf
commit da64bfa869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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