From afb18aeb660f5704446ec3edc29aae12f82b8935 Mon Sep 17 00:00:00 2001 From: Joe Sirianni Date: Tue, 26 Nov 2024 13:44:55 -0500 Subject: [PATCH] remove svc.cluster.local fqdn --- charts/bindplane/Chart.yaml | 2 +- charts/bindplane/README.md | 2 +- charts/bindplane/templates/bindplane-jobs.yaml | 4 ++-- charts/bindplane/templates/bindplane-nats.yaml | 6 +++--- charts/bindplane/templates/bindplane.yaml | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/bindplane/Chart.yaml b/charts/bindplane/Chart.yaml index c72585a..7dd3cbe 100644 --- a/charts/bindplane/Chart.yaml +++ b/charts/bindplane/Chart.yaml @@ -3,7 +3,7 @@ name: bindplane description: BindPlane OP is an observability pipeline. type: application # The chart's version -version: 1.22.0 +version: 1.22.1 # The BindPlane OP tagged release. If the user does not # set the `image.tag` values option, this version is used. appVersion: 1.84.0 diff --git a/charts/bindplane/README.md b/charts/bindplane/README.md index 2c5d079..7ee02aa 100644 --- a/charts/bindplane/README.md +++ b/charts/bindplane/README.md @@ -1,6 +1,6 @@ # bindplane -![Version: 1.22.0](https://img.shields.io/badge/Version-1.22.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.84.0](https://img.shields.io/badge/AppVersion-1.84.0-informational?style=flat-square) +![Version: 1.22.1](https://img.shields.io/badge/Version-1.22.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.84.0](https://img.shields.io/badge/AppVersion-1.84.0-informational?style=flat-square) BindPlane OP is an observability pipeline. diff --git a/charts/bindplane/templates/bindplane-jobs.yaml b/charts/bindplane/templates/bindplane-jobs.yaml index 25411b6..5587908 100644 --- a/charts/bindplane/templates/bindplane-jobs.yaml +++ b/charts/bindplane/templates/bindplane-jobs.yaml @@ -132,7 +132,7 @@ spec: {{- if .Values.config.server_url }} value: {{ .Values.config.server_url }} {{- else }} - value: http://{{ include "bindplane.fullname" . }}.{{ .Release.Namespace }}.svc.cluster.local:3001 + value: http://{{ include "bindplane.fullname" . }}.{{ .Release.Namespace }}:3001 {{- end }} {{ if eq .Values.auth.type "system" }} - name: BINDPLANE_USERNAME @@ -305,7 +305,7 @@ spec: fieldRef: fieldPath: metadata.name - name: BINDPLANE_NATS_CLIENT_ENDPOINT - value: nats://{{ include "bindplane.fullname" . }}-nats-headless.{{ .Release.Namespace }}.svc.cluster.local:4222 + value: nats://{{ include "bindplane.fullname" . }}-nats-headless.{{ .Release.Namespace }}:4222 - name: BINDPLANE_NATS_CLIENT_SUBJECT value: bindplane-event-bus {{- end }} diff --git a/charts/bindplane/templates/bindplane-nats.yaml b/charts/bindplane/templates/bindplane-nats.yaml index d9ee035..5d43898 100644 --- a/charts/bindplane/templates/bindplane-nats.yaml +++ b/charts/bindplane/templates/bindplane-nats.yaml @@ -112,7 +112,7 @@ spec: {{- if .Values.config.server_url }} value: {{ .Values.config.server_url }} {{- else }} - value: http://{{ include "bindplane.fullname" . }}.{{ .Release.Namespace }}.svc.cluster.local:3001 + value: http://{{ include "bindplane.fullname" . }}.{{ .Release.Namespace }}:3001 {{- end }} {{ if eq .Values.auth.type "system" }} - name: BINDPLANE_USERNAME @@ -188,10 +188,10 @@ spec: value: "6222" - name: BINDPLANE_NATS_SERVER_CLUSTER_ROUTES {{ if eq .Values.nats.deploymentType "StatefulSet" }} - value: nats://{{ include "bindplane.fullname" . }}-nats-0.{{ include "bindplane.fullname" . }}-nats-cluster-headless.{{ .Release.Namespace }}.svc.cluster.local:6222,nats://{{ include "bindplane.fullname" . }}-nats-1.{{ include "bindplane.fullname" . }}-nats-cluster-headless.{{ .Release.Namespace }}.svc.cluster.local:6222,nats://{{ include "bindplane.fullname" . }}-nats-2.{{ include "bindplane.fullname" . }}-nats-cluster-headless.{{ .Release.Namespace }}.svc.cluster.local:6222 + value: nats://{{ include "bindplane.fullname" . }}-nats-0.{{ include "bindplane.fullname" . }}-nats-cluster-headless.{{ .Release.Namespace }}:6222,nats://{{ include "bindplane.fullname" . }}-nats-1.{{ include "bindplane.fullname" . }}-nats-cluster-headless.{{ .Release.Namespace }}:6222,nats://{{ include "bindplane.fullname" . }}-nats-2.{{ include "bindplane.fullname" . }}-nats-cluster-headless.{{ .Release.Namespace }}:6222 {{ end }} {{ if eq .Values.nats.deploymentType "Deployment" }} - value: nats://{{ include "bindplane.fullname" . }}-nats-cluster-headless.{{ .Release.Namespace }}.svc.cluster.local:6222 + value: nats://{{ include "bindplane.fullname" . }}-nats-cluster-headless.{{ .Release.Namespace }}:6222 {{ end }} - name: BINDPLANE_NATS_CLIENT_NAME valueFrom: diff --git a/charts/bindplane/templates/bindplane.yaml b/charts/bindplane/templates/bindplane.yaml index 8d5800d..2eb0ea2 100644 --- a/charts/bindplane/templates/bindplane.yaml +++ b/charts/bindplane/templates/bindplane.yaml @@ -161,7 +161,7 @@ spec: {{- if .Values.config.server_url }} value: {{ .Values.config.server_url }} {{- else }} - value: http://{{ include "bindplane.fullname" . }}.{{ .Release.Namespace }}.svc.cluster.local:3001 + value: http://{{ include "bindplane.fullname" . }}.{{ .Release.Namespace }}:3001 {{- end }} {{ if eq .Values.auth.type "system" }} - name: BINDPLANE_USERNAME @@ -334,7 +334,7 @@ spec: fieldRef: fieldPath: metadata.name - name: BINDPLANE_NATS_CLIENT_ENDPOINT - value: nats://{{ include "bindplane.fullname" . }}-nats-headless.{{ .Release.Namespace }}.svc.cluster.local:4222 + value: nats://{{ include "bindplane.fullname" . }}-nats-headless.{{ .Release.Namespace }}:4222 - name: BINDPLANE_NATS_CLIENT_SUBJECT value: bindplane-event-bus {{- end }}