UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Sonarqube
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Currently supported Big Bang Version is 2.51
Show more breadcrumbs
Big Bang
Universe
Product
Sonarqube
Merge requests
!56
Resolve "Network Policies block plugin marketplace and update checks"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Network Policies block plugin marketplace and update checks"
22-network-policies-block-plugin-marketplace-and-update-checks
into
main
Overview
2
Commits
1
Pipelines
2
Changes
4
Merged
Michael Martin
requested to merge
22-network-policies-block-plugin-marketplace-and-update-checks
into
main
3 years ago
Overview
2
Commits
1
Pipelines
2
Changes
4
Expand
For issue
#22 (closed)
Edited
3 years ago
by
Branden Cobb
0
0
Merge request reports
Compare
main
version 1
f2f7ada5
3 years ago
main (base)
and
latest version
latest version
a49aa7c7
1 commit,
3 years ago
version 1
f2f7ada5
3 commits,
3 years ago
4 files
+
24
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
chart/templates/bigbang/networkpolicies/egress-https.yaml
0 → 100644
+
17
−
0
Options
{{
- 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