UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit a4f08449 authored by Micah Nagel's avatar Micah Nagel
Browse files

Merge branch 'redis-6-metrics-authservice' into 'master'

Redis 6 metrics authservice

See merge request platform-one/big-bang/bigbang!1192
parents 663a8c49 755ec8ee
No related branches found
No related tags found
2 merge requests!1386Master,!1192Redis 6 metrics authservice
Pipeline #630932 passed with warnings
......@@ -38,9 +38,13 @@ spec:
kind: Secret
valuesKey: "overlays"
{{- if .Values.istio.enabled }}
dependsOn:
{{- if .Values.istio.enabled }}
- name: istio
namespace: {{ .Release.Namespace }}
{{- end }}
{{- end }}
\ No newline at end of file
{{- if .Values.monitoring.enabled }}
- name: monitoring
namespace: {{ .Release.Namespace }}
{{- end }}
{{- end }}
......@@ -17,6 +17,9 @@ podAnnotations:
openshift: {{ .Values.openshift }}
monitoring:
enabled: {{ .Values.monitoring.enabled }}
networkPolicies:
enabled: {{ .Values.networkPolicies.enabled }}
ingressLabels:
......@@ -24,6 +27,21 @@ networkPolicies:
{{- $default := dict "app" (dig "gateways" $gateway "ingressGateway" nil .Values.istio) "istio" nil }}
{{- toYaml (dig "values" "gateways" $gateway "selector" $default .Values.istio) | nindent 4 }}
{{- if and (dig "redis" "enabled" false .Values.addons.authservice.values) .Values.monitoring.enabled }}
redis-bb:
metrics:
enabled: true
image:
pullSecrets:
- private-registry
serviceMonitor:
enabled: true
namespace: authservice
selector:
app.kubernetes.io/name: redis-bb
app.kubernetes.io/instance: authservice-authservice
{{- end }}
global:
oidc:
host: {{ .Values.sso.oidc.host }}
......
......@@ -38,7 +38,7 @@ spec:
valuesKey: "overlays"
# TODO: DRY this up
{{- if or .Values.gatekeeper.enabled .Values.istio.enabled .Values.monitoring.sso.enabled }}
{{- if or .Values.gatekeeper.enabled .Values.istio.enabled }}
dependsOn:
{{- if .Values.istio.enabled }}
- name: istio
......@@ -48,9 +48,5 @@ spec:
- name: gatekeeper
namespace: {{ .Release.Namespace }}
{{- end }}
{{- if .Values.monitoring.sso.enabled }}
- name: authservice
namespace: {{ .Release.Namespace }}
{{- end }}
{{- end }}
{{- end }}
......@@ -597,7 +597,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/authservice.git
path: "./chart"
tag: "0.4.0-bb.18"
tag: "0.4.0-bb.19"
# -- Flux reconciliation overrides specifically for the Authservice Package
flux: {}
......
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