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
---
## [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
### Added
- Network policy to allow prometheus scraping of istio envoy sidecar
......
apiVersion: v2
name: nexus-repository-manager
version: 29.1.0-bb.5
version: 29.1.0-bb.6
appVersion: 3.29.0
description: Sonatype Nexus Repository Manager - Universal Binary repository
type: application
......
......@@ -13,6 +13,10 @@ spec:
protocol: TCP
- port: 53
protocol: UDP
{{- if .Values.openshift }}
- port: 5353
protocol: UDP
{{- end }}
podSelector:
matchLabels:
app.kubernetes.io/name: nexus-repository-manager
......
......@@ -260,3 +260,5 @@ serviceAccount:
psp:
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