Skip to content

Commit 17bf063

Browse files
committed
add KUBERNETES_REVERSE_PROXY_SUFFIX_START environment variable to controller deployment and set it to 0 to avoid issues with the UI/API and their respective templates
1 parent bc52c86 commit 17bf063

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

charts/bunkerweb/templates/controller-deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ spec:
4343
# Mandatory for k8s integration
4444
- name: KUBERNETES_MODE
4545
value: "yes"
46+
- name: KUBERNETES_REVERSE_PROXY_SUFFIX_START
47+
value: 0
4648
{{- if .Values.gatewayClass.enabled }}
4749
- name: KUBERNETES_GATEWAY_MODE
4850
value: "yes"

0 commit comments

Comments
 (0)