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