UNCLASSIFIED

Commit 761c67f7 authored by Branden Cobb's avatar Branden Cobb
Browse files

Merge branch 'monitor-np-fix' into 'main'

Add pod selector to monitoring net policy

See merge request !30
parents 32ff797a ac04cfe1
Pipeline #281360 passed with stages
in 6 minutes and 37 seconds
......@@ -3,6 +3,10 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
---
## [9.2.6-bb.11] - 2021-05-27
### Modified
- Modified the bigbang monitoring network policy to be more restrictive.
## [9.2.6-bb.10] - 2021-05-24
### Added
- Adding network policies.
......
......@@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 8.7.1-community
name: sonarqube
description: SonarQube is an open sourced code quality scanning tool
version: 9.2.6-bb.10
version: 9.2.6-bb.11
keywords:
- coverage
- security
......
......@@ -13,7 +13,10 @@ spec:
- namespaceSelector:
matchLabels:
app.kubernetes.io/name: monitoring
podSelector:
matchLabels:
app: prometheus
ports:
- port: {{ .Values.service.internalPort }}
protocol: TCP
{{- end }}
\ No newline at end of file
{{- end }}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment