chore: remove NATS from KubeZero platform
This commit is contained in:
parent
32c7c04735
commit
0599c43dee
@ -1,6 +1,6 @@
|
||||
{{- if not .Values.argo }}
|
||||
|
||||
{{- $artifacts := list "calico" "cert-manager" "kiam" "aws-node-termination-handler" "aws-ebs-csi-driver" "aws-efs-csi-driver" "local-volume-provisioner" "local-path-provisioner" "istio" "istio-ingress" "metrics" "logging" "argocd" "timecapsule" "nats" }}
|
||||
{{- $artifacts := list "calico" "cert-manager" "kiam" "aws-node-termination-handler" "aws-ebs-csi-driver" "aws-efs-csi-driver" "local-volume-provisioner" "local-path-provisioner" "istio" "istio-ingress" "metrics" "logging" "argocd" "timecapsule" }}
|
||||
|
||||
{{- if .Values.global }}
|
||||
global:
|
||||
|
@ -1,22 +1,18 @@
|
||||
{{- define "istio-values" }}
|
||||
|
||||
istio-discovery:
|
||||
telemetry:
|
||||
enabled: {{ .Values.metrics.enabled }}
|
||||
{{- if .Values.HighAvailableControlplane }}
|
||||
pilot:
|
||||
replicaCount: 2
|
||||
|
||||
global:
|
||||
defaultPodDisruptionBudget:
|
||||
enabled: true
|
||||
{{- end }}
|
||||
|
||||
{{- end }}
|
||||
|
||||
|
||||
{{- define "istio-argo" }}
|
||||
|
||||
ignoreDifferences:
|
||||
- group: apiextensions.k8s.io
|
||||
kind: CustomResourceDefinition
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
{{- with .Values.metrics.istio }}
|
||||
istio:
|
||||
{{- toYaml . | nindent 2 }}
|
||||
{{- toYaml . | nindent 2 }}
|
||||
{{- end }}
|
||||
{{- if index .Values "metrics" "kube-prometheus-stack" }}
|
||||
kube-prometheus-stack:
|
||||
|
@ -1,8 +0,0 @@
|
||||
{{- define "nats-values" }}
|
||||
{{- end }}
|
||||
|
||||
|
||||
{{- define "nats-argo" }}
|
||||
{{- end }}
|
||||
|
||||
{{ include "kubezero-app.app" . }}
|
@ -69,7 +69,3 @@ argocd:
|
||||
enabled: false
|
||||
|
||||
argo: {}
|
||||
|
||||
nats:
|
||||
enabled: false
|
||||
namespace: nats
|
||||
|
Loading…
Reference in New Issue
Block a user