added port for wss and 50m upload file size
This commit is contained in:
parent
69a3ed8a66
commit
67af06f1f3
@ -26,6 +26,8 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
name: nginx
|
name: nginx
|
||||||
|
- containerPort: 6042
|
||||||
|
name: nginx-ws
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /home/zammad
|
- mountPath: /home/zammad
|
||||||
|
@ -10,6 +10,7 @@ metadata:
|
|||||||
annotations:
|
annotations:
|
||||||
ingress.kubernetes.io/ssl-redirect: 'true'
|
ingress.kubernetes.io/ssl-redirect: 'true'
|
||||||
kubernetes.io/tls-acme: 'true'
|
kubernetes.io/tls-acme: 'true'
|
||||||
|
ingress.kubernetes.io/proxy-body-size: 50m
|
||||||
spec:
|
spec:
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
|
Loading…
Reference in New Issue
Block a user