UNCLASSIFIED

Commit c33c2135 authored by Brendon Lloyd's avatar Brendon Lloyd
Browse files

Add openshift toggle, conditionally add port 5353 egress. Changing openshift:...

Add openshift toggle, conditionally add port 5353 egress. Changing openshift: to true in values.yaml will enable.
parent 43b61263
Pipeline #381930 passed with stages
in 3 minutes and 21 seconds
# Changelog # Changelog
--- ---
## [29.1.0-bb.6] - 2021-06-30
### Added
- Add openshift toggle, conditionally add port 5353 egress. Changing "openshift:" to true in values.yaml will enable.
## [29.1.0-bb.5] - 2021-06-30 ## [29.1.0-bb.5] - 2021-06-30
### Added ### Added
- Network policy to allow prometheus scraping of istio envoy sidecar - Network policy to allow prometheus scraping of istio envoy sidecar
......
apiVersion: v2 apiVersion: v2
name: nexus-repository-manager name: nexus-repository-manager
version: 29.1.0-bb.5 version: 29.1.0-bb.6
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
......
...@@ -13,6 +13,10 @@ spec: ...@@ -13,6 +13,10 @@ spec:
protocol: TCP protocol: TCP
- port: 53 - port: 53
protocol: UDP protocol: UDP
{{- if .Values.openshift }}
- port: 5353
protocol: UDP
{{- end }}
podSelector: podSelector:
matchLabels: matchLabels:
app.kubernetes.io/name: nexus-repository-manager app.kubernetes.io/name: nexus-repository-manager
......
...@@ -260,3 +260,5 @@ serviceAccount: ...@@ -260,3 +260,5 @@ serviceAccount:
psp: psp:
create: false create: false
openshift: false
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