mirror of
https://github.com/alibaba/higress.git
synced 2026-03-03 08:00:49 +08:00
fix: Make opa listen to all IPs (#1621)
This commit is contained in:
@@ -29,11 +29,11 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: opa
|
||||
image: openpolicyagent/opa:latest
|
||||
image: openpolicyagent/opa:0.61.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 8181
|
||||
command: [ "opa", "run", "-s" ]
|
||||
command: [ "opa", "run", "-s", "-a", ":8181"]
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
|
||||
Reference in New Issue
Block a user