forked from permitio/opal-helm-chart
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues.yaml
More file actions
73 lines (64 loc) · 1.74 KB
/
Copy pathvalues.yaml
File metadata and controls
73 lines (64 loc) · 1.74 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
openshift:
enabled: false
securityContext:
runAsUser: 1010180000
runAsGroup: 1010180000
fsGroup: 1010180000
containerSecurityContext:
runAsNonRoot: true
allowPrivilegeEscalation: false
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"
}
securityContext: {}
containerSecurityContext: {}
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: {}
securityContext: {}
containerSecurityContext: {}
postgresql:
securityContext: {}
containerSecurityContext: {}
extraEnv: {}
broadcastReplicas: 1