UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 324d4ec9 authored by Michael Martin's avatar Michael Martin
Browse files

Added allow-sidecar-scraping NetworkPolicy

parent 24bb918f
No related branches found
No related tags found
2 merge requests!171Added allow-sidecar-scraping NetworkPolicy,!170Added allow-sidecar-scraping NetworkPolicy
Pipeline #3559934 canceled
......@@ -4,6 +4,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
---
## [1.1.2320154-bb.17] - 2024-08-22
### Added
- Added allow-sidecar-scraping NetworkPolicy
## [1.1.2320154-bb.16] - 2024-08-13
### Changed
......
<!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. -->
# fortify-ssc
![Version: 1.1.2320154-bb.16](https://img.shields.io/badge/Version-1.1.2320154--bb.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 24.2.0.0186](https://img.shields.io/badge/AppVersion-24.2.0.0186-informational?style=flat-square)
![Version: 1.1.2320154-bb.17](https://img.shields.io/badge/Version-1.1.2320154--bb.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 24.2.0.0186](https://img.shields.io/badge/AppVersion-24.2.0.0186-informational?style=flat-square)
A Helm chart for Fortify Software Security Center application
......
apiVersion: v2
description: A Helm chart for Fortify Software Security Center application
name: fortify-ssc
version: 1.1.2320154-bb.16
version: 1.1.2320154-bb.17
appVersion: 24.2.0.0186
type: application
keywords:
......
{{- if and .Values.networkPolicies.enabled .Values.istio.enabled }}
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: allow-sidecar-scraping
namespace: {{ .Release.Namespace }}
spec:
ingress:
- from:
- namespaceSelector:
matchLabels:
app.kubernetes.io/name: monitoring
podSelector:
matchLabels:
app: prometheus
ports:
- port: 15020
protocol: TCP
podSelector: {}
policyTypes:
- Ingress
{{- end }}
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