[gogs] Remove gogs-specific nginx setup
This commit is contained in:
parent
8eec8c6127
commit
19ff6c7d98
6 changed files with 4 additions and 342 deletions
|
|
@ -1,20 +1,14 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: gogs
|
||||
name: gogs-priv
|
||||
labels:
|
||||
app: gogs
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
selector:
|
||||
app: gogs
|
||||
ports:
|
||||
- port: 3000
|
||||
name: gogs-http-internal
|
||||
- port: 22
|
||||
targetPort: 22
|
||||
name: git-ssh
|
||||
- port: 443
|
||||
targetPort: 443
|
||||
name: gogs-https
|
||||
- port: 80
|
||||
targetPort: 80
|
||||
name: gogs-http
|
||||
name: gogs-ssh-internal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue