18 lines
530 B
YAML
18 lines
530 B
YAML
|
|
# Production pin for the tenant-engine policy service. Independently rollable.
|
||
|
|
name: flex-auth-tenant-engine
|
||
|
|
image:
|
||
|
|
repository: forgejo.coulomb.social/coulomb/flex-auth
|
||
|
|
digest: sha256:c25fc34a6cd7e64d955f8723ec70e176a583d5ae71d76280c4e2d89fba0fe0aa
|
||
|
|
args:
|
||
|
|
- serve
|
||
|
|
- --addr
|
||
|
|
- 0.0.0.0:8080
|
||
|
|
- --registry
|
||
|
|
- /opt/flex-auth/examples/tenant-engine/registry_snapshot.json
|
||
|
|
- --policy
|
||
|
|
- /opt/flex-auth/examples/tenant-engine/policy_package.md
|
||
|
|
consumer:
|
||
|
|
isolated: false
|
||
|
|
namespace: tenant-engine
|
||
|
|
podName: tenant-engine
|