UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
minio-operator
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.50
Show more breadcrumbs
Big Bang
Universe
Product
minio-operator
Merge requests
!14
Side-car Scraping network policy
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Side-car Scraping network policy
side-car-scraping
into
main
Overview
0
Commits
8
Pipelines
8
Changes
5
Merged
Branden Cobb
requested to merge
side-car-scraping
into
main
3 years ago
Overview
0
Commits
8
Pipelines
8
Changes
5
Expand
0
0
Merge request reports
Compare
main
version 7
194ee200
3 years ago
version 6
dfd08f7b
3 years ago
version 5
6a818d3a
3 years ago
version 4
427258e1
3 years ago
version 3
cc0fb1a9
3 years ago
version 2
ca9e940d
3 years ago
version 1
1e7da518
3 years ago
main (base)
and
latest version
latest version
bccb6545
8 commits,
3 years ago
version 7
194ee200
7 commits,
3 years ago
version 6
dfd08f7b
6 commits,
3 years ago
version 5
6a818d3a
5 commits,
3 years ago
version 4
427258e1
4 commits,
3 years ago
version 3
cc0fb1a9
3 commits,
3 years ago
version 2
ca9e940d
2 commits,
3 years ago
version 1
1e7da518
1 commit,
3 years ago
5 files
+
50
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
chart/templates/bigbang/networkpolicies/allow-istiod-egress.yaml
0 → 100644
+
21
−
0
Options
{{
- if and .Values.networkPolicies.enabled .Values.istio.enabled
}}
apiVersion
:
networking.k8s.io/v1
kind
:
NetworkPolicy
metadata
:
name
:
allow-istiod-egress
namespace
:
{{
.Release.Namespace
}}
spec
:
podSelector
:
{}
policyTypes
:
-
Egress
egress
:
-
to
:
-
namespaceSelector
:
matchLabels
:
app.kubernetes.io/name
:
istio-controlplane
podSelector
:
matchLabels
:
app
:
istiod
ports
:
-
port
:
15012
{{
- end
}}
Loading