Skip to content

Commit

Permalink
fix: Make opa listen to all IPs
Browse files Browse the repository at this point in the history
  • Loading branch information
CH3CHO committed Dec 23, 2024
1 parent 909cc0f commit 38e0740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/conformance/base/opa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8181
command: [ "opa", "run", "-s" ]
command: [ "opa", "run", "-s", "-a", ":8181"]
---
apiVersion: v1
kind: Service
Expand Down Expand Up @@ -72,4 +72,4 @@ spec:
# HTTP method must GET
request.method == "GET"
}'
restartPolicy: OnFailure
restartPolicy: OnFailure

0 comments on commit 38e0740

Please sign in to comment.