UNCLASSIFIED

Commit 3694bfbd authored by Tunde Oladipupo's avatar Tunde Oladipupo
Browse files

disabled ingress http

parent bf250b7d
...@@ -3,6 +3,10 @@ ...@@ -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). 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 ## [0.1.6-bb.8] - 2021-07-21
### Changed ### Changed
- Add openshift toggle, conditionally add port 5353 egress. Changing "openshift:" to true in values.yaml will enable. - Add openshift toggle, conditionally add port 5353 egress. Changing "openshift:" to true in values.yaml will enable.
......
apiVersion: v2 apiVersion: v2
name: mattermost name: mattermost
type: application type: application
version: "0.1.6-bb.8" version: "0.1.6-bb.9"
appVersion: "5.36.1" appVersion: "5.36.1"
description: "Deployment of mattermost" description: "Deployment of mattermost"
keywords: keywords:
......
...@@ -23,6 +23,8 @@ spec: ...@@ -23,6 +23,8 @@ spec:
{{- else }} {{- else }}
ingressName: "chat.bigbang.dev" ingressName: "chat.bigbang.dev"
{{- end }} {{- end }}
ingressAnnotations:
kubernetes.io/ingress.allow-http: "false"
{{- if and .Values.enterprise.enabled .Values.enterprise.license }} {{- if and .Values.enterprise.enabled .Values.enterprise.license }}
licenseSecret: "mattermost-license" licenseSecret: "mattermost-license"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment