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
bfcdc0f8
Commit
bfcdc0f8
authored
May 26, 2021
by
Joshua Carnes
Committed by
runyontr
May 26, 2021
Browse files
Add allow comms port from inside cluster
parent
80713ab2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletion
+17
-1
chart/Chart.yaml
chart/Chart.yaml
+1
-1
chart/templates/network-policy/ingress-all-ns.yml
chart/templates/network-policy/ingress-all-ns.yml
+16
-0
No files found.
chart/Chart.yaml
View file @
bfcdc0f8
apiVersion
:
v2
name
:
twistlock
version
:
0.0.4-bb.
1
version
:
0.0.4-bb.
2
appVersion
:
21.04.412
chart/templates/network-policy/ingress-all-ns.yml
0 → 100644
View file @
bfcdc0f8
{{
- if .Values.networkPolicies.enabled
}}
apiVersion
:
networking.k8s.io/v1
kind
:
NetworkPolicy
metadata
:
name
:
ingress-allow-cluster
namespace
:
"
{{
.Release.Namespace
}}"
spec
:
ingress
:
-
from
:
-
namespaceSelector
:
{}
# all namespaces for now
ports
:
-
port
:
8084
# communications port
podSelector
:
{}
# all pods
policyTypes
:
-
Ingress
{{
- end
}}
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