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 @@ ...@@ -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). 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 ## [9.2.6-bb.10] - 2021-05-24
### Added ### Added
- Adding network policies. - Adding network policies.
......
...@@ -2,7 +2,7 @@ apiVersion: v1 ...@@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 8.7.1-community appVersion: 8.7.1-community
name: sonarqube name: sonarqube
description: SonarQube is an open sourced code quality scanning tool description: SonarQube is an open sourced code quality scanning tool
version: 9.2.6-bb.10 version: 9.2.6-bb.11
keywords: keywords:
- coverage - coverage
- security - security
......
...@@ -13,7 +13,10 @@ spec: ...@@ -13,7 +13,10 @@ spec:
- namespaceSelector: - namespaceSelector:
matchLabels: matchLabels:
app.kubernetes.io/name: monitoring app.kubernetes.io/name: monitoring
podSelector:
matchLabels:
app: prometheus
ports: ports:
- port: {{ .Values.service.internalPort }} - port: {{ .Values.service.internalPort }}
protocol: TCP protocol: TCP
{{- end }} {{- end }}
\ No newline at end of file
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