-
Notifications
You must be signed in to change notification settings - Fork 22
/
values.yaml
52 lines (46 loc) · 1.32 KB
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
image:
client:
registry: docker.io
repository: permitio/opal-client
server:
registry: docker.io
repository: permitio/opal-server
pgsql:
registry: docker.io
repository: postgres
tag: alpine
server:
port: 7002
policyRepoUrl: "https://github.com/permitio/opal-example-policy-repo"
policyRepoSshKey: null
policyRepoClonePath: null
policyRepoMainBranch: null
pollingInterval: 30
dataConfigSources:
# Option #1 - No data sources
config:
entries: []
# Option #2 - Dynamically get data sources
# external_source_url: "https://your-api.com/path/to/api/endpoint"
# Option #3 - Example static data sources (endpoint is empty by default)
# config:
# entries:
# - url: http://opal-server:7002/policy-data
# topics: ["policy_data"]
# dst_path: "/static"
# Option #4 - Leave config empty and instead supply using the OPAL_DATA_CONFIG_SOURCES environment variable through env or secret
# config: null
broadcastUri: null
broadcastPgsql: true
uvicornWorkers: 4
replicas: 1
extraEnv: {
# "CUSTOM_ENV_VAR": "VALUE"
}
client:
port: 7000
opaPort: 8181
replicas: 1
# If you need to specify a custom hostname for the opal-sever, configure the serverUrl property
# serverUrl: http://custom-hostname-for-opal:opal-port
extraEnv: {}