UNCLASSIFIED

Commit a2457f05 authored by kevin.wilder's avatar kevin.wilder
Browse files

Merge branch 'blloyd_issue_571_dns5353' into 'main'

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

See merge request !11
parents 43b61263 c33c2135
Pipeline #388977 passed with stages
in 5 minutes and 31 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