From 13098523fefac65725f0becaa4c0321f32ccd07f Mon Sep 17 00:00:00 2001 From: Anisimov Nikita Date: Tue, 23 Aug 2022 14:55:33 +0300 Subject: [PATCH] Fix ingresses --- charts/octopod/Chart.yaml | 2 +- charts/octopod/templates/ingress-app.yaml | 1 + charts/octopod/templates/ingress-powerapp.yaml | 1 + charts/octopod/templates/ingress-ui.yaml | 1 + charts/octopod/templates/ingress-ws.yaml | 1 + 5 files changed, 5 insertions(+), 1 deletion(-) diff --git a/charts/octopod/Chart.yaml b/charts/octopod/Chart.yaml index 39c6e80..184cc15 100644 --- a/charts/octopod/Chart.yaml +++ b/charts/octopod/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: octopod description: An opensource self-hosted solution for managing multiple deployments in a Kubernetes cluster. type: application -version: 0.6.10 +version: 0.6.11 appVersion: 1.5.2 keywords: - kubernetes diff --git a/charts/octopod/templates/ingress-app.yaml b/charts/octopod/templates/ingress-app.yaml index 3eb25b5..65f9068 100644 --- a/charts/octopod/templates/ingress-app.yaml +++ b/charts/octopod/templates/ingress-app.yaml @@ -44,6 +44,7 @@ spec: http: paths: - path: / + pathType: ImplementationSpecific backend: service: name: {{ $fullName }} diff --git a/charts/octopod/templates/ingress-powerapp.yaml b/charts/octopod/templates/ingress-powerapp.yaml index bf36e2d..27abc40 100644 --- a/charts/octopod/templates/ingress-powerapp.yaml +++ b/charts/octopod/templates/ingress-powerapp.yaml @@ -38,6 +38,7 @@ spec: http: paths: - path: / + pathType: ImplementationSpecific backend: service: name: {{ $fullName }} diff --git a/charts/octopod/templates/ingress-ui.yaml b/charts/octopod/templates/ingress-ui.yaml index 8673cda..86cf436 100644 --- a/charts/octopod/templates/ingress-ui.yaml +++ b/charts/octopod/templates/ingress-ui.yaml @@ -38,6 +38,7 @@ spec: http: paths: - path: / + pathType: ImplementationSpecific backend: service: name: {{ $fullName }} diff --git a/charts/octopod/templates/ingress-ws.yaml b/charts/octopod/templates/ingress-ws.yaml index 3a4a887..11b12d9 100644 --- a/charts/octopod/templates/ingress-ws.yaml +++ b/charts/octopod/templates/ingress-ws.yaml @@ -38,6 +38,7 @@ spec: http: paths: - path: / + pathType: ImplementationSpecific backend: service: name: {{ $fullName }}