UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
Big Bang
P
Packages
Developer Tools
Nexus
Commits
43b61263
Commit
43b61263
authored
Jun 30, 2021
by
Branden Cobb
Browse files
Merge branch 'prometheus-net-policy' into 'main'
Prometheus net policy See merge request
!9
parents
da60ed9c
715b5516
Pipeline
#343474
failed with stages
in 5 minutes and 21 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
1 deletion
+28
-1
CHANGELOG.md
CHANGELOG.md
+5
-0
chart/Chart.yaml
chart/Chart.yaml
+1
-1
chart/templates/bigbang/networkpolicies/allow-ingress-prometheus.yaml
...tes/bigbang/networkpolicies/allow-ingress-prometheus.yaml
+22
-0
No files found.
CHANGELOG.md
View file @
43b61263
# Changelog
# Changelog
---
## [29.1.0-bb.5] - 2021-06-30
### Added
-
Network policy to allow prometheus scraping of istio envoy sidecar
## [29.1.0-bb.4]
## [29.1.0-bb.4]
### Changed
### Changed
-
kube-api network policy toggle
-
kube-api network policy toggle
...
...
chart/Chart.yaml
View file @
43b61263
apiVersion
:
v2
apiVersion
:
v2
name
:
nexus-repository-manager
name
:
nexus-repository-manager
version
:
29.1.0-bb.
4
version
:
29.1.0-bb.
5
appVersion
:
3.29.0
appVersion
:
3.29.0
description
:
Sonatype Nexus Repository Manager - Universal Binary repository
description
:
Sonatype Nexus Repository Manager - Universal Binary repository
type
:
application
type
:
application
...
...
chart/templates/bigbang/networkpolicies/allow-ingress-prometheus.yaml
0 → 100644
View file @
43b61263
{{
- if and .Values.networkPolicies.enabled .Values.monitoring.enabled
}}
apiVersion
:
networking.k8s.io/v1
kind
:
NetworkPolicy
metadata
:
name
:
allow-ingress-prometheus
namespace
:
{{
.Release.Namespace
}}
spec
:
podSelector
:
{}
policyTypes
:
-
Ingress
ingress
:
-
from
:
-
namespaceSelector
:
matchLabels
:
app.kubernetes.io/name
:
monitoring
podSelector
:
matchLabels
:
app
:
prometheus
ports
:
-
protocol
:
TCP
port
:
15020
{{
- end
}}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment