From 3694bfbd713fbee0bd732666b4007511de047847 Mon Sep 17 00:00:00 2001 From: Tunde Oladipupo Date: Sun, 25 Jul 2021 23:33:15 -0500 Subject: [PATCH] disabled ingress http --- CHANGELOG.md | 4 ++++ chart/Chart.yaml | 2 +- chart/templates/mattermost.yaml | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94784d7..4a0b0f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). --- +## [0.1.6-bb.9] - 2021-07-25 +### Changed +- Disabled Ingress HTTP + ## [0.1.6-bb.8] - 2021-07-21 ### Changed - Add openshift toggle, conditionally add port 5353 egress. Changing "openshift:" to true in values.yaml will enable. diff --git a/chart/Chart.yaml b/chart/Chart.yaml index f39880d..dd951b9 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: mattermost type: application -version: "0.1.6-bb.8" +version: "0.1.6-bb.9" appVersion: "5.36.1" description: "Deployment of mattermost" keywords: diff --git a/chart/templates/mattermost.yaml b/chart/templates/mattermost.yaml index f7d6e68..30e835b 100644 --- a/chart/templates/mattermost.yaml +++ b/chart/templates/mattermost.yaml @@ -23,6 +23,8 @@ spec: {{- else }} ingressName: "chat.bigbang.dev" {{- end }} + ingressAnnotations: + kubernetes.io/ingress.allow-http: "false" {{- if and .Values.enterprise.enabled .Values.enterprise.license }} licenseSecret: "mattermost-license" -- GitLab