UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
Big Bang
P
Packages
Security Tools
Twistlock
Commits
91b6f1dc
Commit
91b6f1dc
authored
Jun 03, 2021
by
Ryan Garcia
Browse files
Adding istio-egress policy for future istio-injection
parent
e6e22019
Pipeline
#293229
passed with stages
in 2 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
chart/templates/networkpolicies/istiod-egress.yml
chart/templates/networkpolicies/istiod-egress.yml
+21
-0
No files found.
chart/templates/networkpolicies/istiod-egress.yml
0 → 100644
View file @
91b6f1dc
{{
- 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
}}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment