[gogs] Remove gogs-specific nginx setup

This commit is contained in:
Vincent Ambo 2016-03-23 15:10:49 +01:00
parent 8eec8c6127
commit 19ff6c7d98
No known key found for this signature in database
GPG key ID: 66F505681DB8F43B
6 changed files with 4 additions and 342 deletions

View file

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