UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Resolve "Network Policies block plugin marketplace and update checks"

4 files
+ 24
1
Compare changes
  • Side-by-side
  • Inline
Files
4
{{- if and .Values.networkPolicies.enabled .Values.networkPolicies.egressHttps.enabled }}
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: allow-https-egress
namespace: {{ .Release.Namespace }}
spec:
policyTypes:
- Egress
egress:
- ports:
- port: 443
protocol: TCP
podSelector:
matchLabels:
app: sonarqube
{{- end }}
\ No newline at end of file
Loading