[gogs] Remove gogs-specific nginx setup
This commit is contained in:
parent
8eec8c6127
commit
19ff6c7d98
6 changed files with 4 additions and 342 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue