[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

@ -21,24 +21,8 @@ spec:
volumeMounts:
- name: gogs-storage
mountPath: /data
- image: nginx:1.9
name: nginx
ports:
- containerPort: 80
- containerPort: 443
volumeMounts:
- name: gogs-tls
mountPath: /etc/nginx/ssl
- name: gogs-nginx
mountPath: /etc/nginx/conf.d
volumes:
- name: gogs-storage
gcePersistentDisk:
pdName: gogs-storage
fsType: ext4
- name: gogs-tls
secret:
secretName: gogs-tls
- name: gogs-nginx
secret:
secretName: gogs-nginx