Skip to content

Commit

Permalink
Merge pull request #929 from walt-id/fix/opa-ci-cd
Browse files Browse the repository at this point in the history
fix: Exposed OPA server to network
  • Loading branch information
dinkar-jain authored Feb 7, 2025
2 parents 591c124 + 251413c commit 18e3a1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
args:
- "run"
- "--server"
- "--addr=0.0.0.0:8181"
- "--log-level=info"
ports:
- containerPort: 8181
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
args:
- "run"
- "--server"
- "--addr=0.0.0.0:8181"
- "--log-level=info"
ports:
- containerPort: 8181
Expand Down

0 comments on commit 18e3a1a

Please sign in to comment.