From 6fc144c267507b4ce12ae02f6de7e8c0a48e4dff Mon Sep 17 00:00:00 2001 From: Wayne Starr Date: Fri, 11 Oct 2024 14:42:59 -0600 Subject: [PATCH] yaml comment --- chart/templates/mattermost-gossip-svc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/templates/mattermost-gossip-svc.yaml b/chart/templates/mattermost-gossip-svc.yaml index 5dabe7fd..f41c0dd3 100644 --- a/chart/templates/mattermost-gossip-svc.yaml +++ b/chart/templates/mattermost-gossip-svc.yaml @@ -1,7 +1,7 @@ # Copyright 2024 Defense Unicorns # SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial -{{- /* Mattermost uses a gossip protocol for HA clustering. In order for Istio to properly route this traffic it needs to be explicitly defined in a service with a `tcp-` prefix. */ }} +# Mattermost uses a gossip protocol for HA clustering. In order for Istio to properly route this traffic it needs to be explicitly defined in a service with a `tcp-` prefix. apiVersion: v1 kind: Service metadata: