Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahoo-Wang committed May 19, 2021
1 parent eaae9ac commit c1d88d6
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,22 @@ spec:
path: /etc/localtime
type: ""
name: volume-localtime

---
apiVersion: v1
kind: Service
metadata:
name: govern-service-rest-api
labels:
app: govern-service-rest-api
spec:
selector:
app: govern-service-rest-api
ports:
- name: rest
port: 80
protocol: TCP
targetPort: 8080
```
---
Expand Down
16 changes: 16 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,22 @@ spec:
path: /etc/localtime
type: ""
name: volume-localtime

---
apiVersion: v1
kind: Service
metadata:
name: govern-service-rest-api
labels:
app: govern-service-rest-api
spec:
selector:
app: govern-service-rest-api
ports:
- name: rest
port: 80
protocol: TCP
targetPort: 8080
```
Expand Down

0 comments on commit c1d88d6

Please sign in to comment.