UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 9ab5cad2 authored by runyontr's avatar runyontr
Browse files

Merge branch 'minio-metrics' into 'master'

Resolve "Add Minio Metrics to Big Bang"

Closes #214

See merge request platform-one/big-bang/bigbang!301
parents 0cabda1b db452e4b
No related branches found
No related tags found
1 merge request!301Resolve "Add Minio Metrics to Big Bang"
Pipeline #186525 passed
......@@ -45,16 +45,19 @@ spec:
imagePullSecrets:
- name: private-registry
{{- if or .Values.gatekeeper.enabled .Values.istio.enabled }}
{{- if or .Values.gatekeeper.enabled .Values.istio.enabled .Values.monitoring.enabled }}
dependsOn:
{{- if .Values.gatekeeper.enabled }}
- name: gatekeeper
namespace: {{ .Release.Namespace }}
{{- end }}
{{- if .Values.istio.enabled }}
- name: istio
namespace: {{ .Release.Namespace }}
{{- end }}
{{- if .Values.gatekeeper.enabled }}
- name: gatekeeper
namespace: {{ .Release.Namespace }}
{{- end }}
{{- if .Values.istio.enabled }}
- name: istio
namespace: {{ .Release.Namespace }}
{{- end }}
{{- if .Values.monitoring.enabled }}
- name: monitoring
namespace: {{ .Release.Namespace }}
{{- end }}
{{- end }}
{{- end }}
\ No newline at end of file
......@@ -51,6 +51,8 @@ spec:
enabled: {{ .Values.addons.minio.virtualService.enabled }}
name: {{ .Values.addons.minio.virtualService.name }}
nameOverride: {{ .Values.addons.minio.name }}
monitoring:
enabled: {{ .Values.monitoring.enabled }}
dependsOn:
- name: minio-operator
......
......@@ -335,7 +335,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio.git
path: "./chart"
tag: "2.0.9-bb.2"
tag: "2.0.9-bb.3"
# Provide a specific name for the minio instance.
name: minio
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment