[gogs] Add gogs setup
This commit is contained in:
commit
4bf511ba13
7 changed files with 383 additions and 0 deletions
20
gogs/gogs-svc.yaml
Normal file
20
gogs/gogs-svc.yaml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: gogs
|
||||
labels:
|
||||
app: gogs
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
selector:
|
||||
app: gogs
|
||||
ports:
|
||||
- port: 22
|
||||
targetPort: 22
|
||||
name: git-ssh
|
||||
- port: 443
|
||||
targetPort: 443
|
||||
name: gogs-https
|
||||
- port: 80
|
||||
targetPort: 80
|
||||
name: gogs-http
|
||||
Loading…
Add table
Add a link
Reference in a new issue