kubernetes: added nginx ingress config

Signed-off-by: Pranam Lashkari <lpranam@collabora.com>
Change-Id: I0ffcc8dca1cff7dc4c6eaec115d2030a250aca33
pull/3325/head
Pranam Lashkari 2021-09-21 22:07:42 +05:30 committed by Jan Holesovsky
parent ab2af84665
commit 030731e7b2
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ kind: Ingress
metadata:
name: {{ .Values.global.ingress.name }}
namespace: {{ .Values.namespace.collabora }}
annotations:
nginx.ingress.kubernetes.io/upstream-hash-by: "$arg_WOPISrc"
spec:
rules:
- host: {{ .Values.hosts.host }}