Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
info-manager-proxy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
app
info-manager-proxy
Commits
a98cb0c5
Commit
a98cb0c5
authored
9 months ago
by
OZGCloud
Browse files
Options
Downloads
Plain Diff
Merge pull request 'OZG-6732 update netpol' (#2) from OZG-6732 into master
parents
b020e0bf
08933a35
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/main/helm/templates/network_policy.yaml
+1
-1
1 addition, 1 deletion
src/main/helm/templates/network_policy.yaml
src/main/helm/values.yaml
+0
-6
0 additions, 6 deletions
src/main/helm/values.yaml
src/test/helm/network_policy_test.yaml
+21
-1
21 additions, 1 deletion
src/test/helm/network_policy_test.yaml
with
22 additions
and
8 deletions
src/main/helm/templates/network_policy.yaml
+
1
−
1
View file @
a98cb0c5
...
...
@@ -48,7 +48,7 @@ spec:
-
to
:
-
namespaceSelector
:
matchLabels
:
kubernetes.io/metadata.name
:
{{
(.Values.
antragraum
).namespace
}}
kubernetes.io/metadata.name
:
{{
(.Values.
infoManager
).namespace
| default "info-manager"
}}
podSelector
:
matchLabels
:
component
:
info-manager
...
...
This diff is collapsed.
Click to expand it.
src/main/helm/values.yaml
+
0
−
6
View file @
a98cb0c5
...
...
@@ -5,9 +5,3 @@ image:
repo
:
docker.ozg-sh.de
name
:
info-manager-proxy
tag
:
latest
# [default: latest]
antragraum
:
namespace
:
antragraum
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/test/helm/network_policy_test.yaml
+
21
−
1
View file @
a98cb0c5
...
...
@@ -72,7 +72,7 @@ tests:
to
:
-
namespaceSelector
:
matchLabels
:
kubernetes.io/metadata.name
:
antragraum
kubernetes.io/metadata.name
:
info-manager
podSelector
:
matchLabels
:
component
:
info-manager
...
...
@@ -98,6 +98,26 @@ tests:
policyTypes
:
-
Ingress
-
Egress
-
it
:
should set info-manager namespace
set
:
networkPolicy
:
dnsServerNamespace
:
test-dns-namespace
infoManager
:
namespace
:
info-manager2
asserts
:
-
contains
:
path
:
spec.egress
content
:
ports
:
-
port
:
9090
protocol
:
TCP
to
:
-
namespaceSelector
:
matchLabels
:
kubernetes.io/metadata.name
:
info-manager2
podSelector
:
matchLabels
:
component
:
info-manager
-
it
:
add ingress rule by values local
set
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment