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
Developer Tools
Nexus
Commits
2e1b42f1
Commit
2e1b42f1
authored
Jun 09, 2021
by
Ryan Garcia
Browse files
feat: Adding final policy for kube-api and kube-dns egress
parent
2d73935b
Pipeline
#306456
passed with stages
in 2 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
chart/templates/bigbang/networkpolicies/kube-api-egress.yaml
chart/templates/bigbang/networkpolicies/kube-api-egress.yaml
+19
-0
No files found.
chart/templates/bigbang/networkpolicies/kube-api-egress.yaml
0 → 100644
View file @
2e1b42f1
apiVersion
:
networking.k8s.io/v1
kind
:
NetworkPolicy
metadata
:
name
:
kube-api-dns-egress
namespace
:
{{
.Release.Namespace
}}
spec
:
egress
:
-
to
:
-
namespaceSelector
:
{}
ports
:
-
port
:
443
protocol
:
TCP
-
port
:
53
protocol
:
UDP
podSelector
:
matchLabels
:
app.kubernetes.io/name
:
nexus-repository-manager
policyTypes
:
-
Egress
\ 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