yes, nginx we are
This commit is contained in:
@@ -29,7 +29,7 @@ spec:
|
|||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
containers:
|
containers:
|
||||||
- name: nginx-proxy
|
- name: nginx-proxy
|
||||||
image: nginx:latest
|
image: nginx
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: nextcloud-nginx-site
|
- name: nextcloud-nginx-site
|
||||||
mountPath: /etc/nginx/conf.d
|
mountPath: /etc/nginx/conf.d
|
||||||
@@ -40,7 +40,7 @@ spec:
|
|||||||
containerPort: 80
|
containerPort: 80
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
- name: nextcloud
|
- name: nextcloud
|
||||||
image: cr.lan/nextcloud:latest
|
image: cr.lan/nextcloud
|
||||||
lifecycle:
|
lifecycle:
|
||||||
postStart:
|
postStart:
|
||||||
exec:
|
exec:
|
||||||
|
|||||||
Reference in New Issue
Block a user