This commit is contained in:
Kersten Burkhardt 2017-11-21 18:21:24 +00:00 committed by GitHub
commit ff42feb9d6
2 changed files with 6 additions and 3 deletions

View File

@ -26,8 +26,6 @@ spec:
ports:
- containerPort: 80
name: nginx
- containerPort: 6042
name: nginx-ws
imagePullPolicy: Always
volumeMounts:
- mountPath: /home/zammad

View File

@ -1,3 +1,4 @@
---
kind: Ingress
apiVersion: extensions/v1beta1
metadata:
@ -23,4 +24,8 @@ spec:
- path: /
backend:
serviceName: zammad-nginx
servicePort: 80
servicePort: 80
- path: /ws
backend:
serviceName: zammad-websocket
servicePort: 6042