2026-08-16 01:32:31 +02:00
|
|
|
# Isolated canary. Distinct Service name so production consumers never see it.
|
|
|
|
|
# NetworkPolicy admits no ingress. Roll independently of the two production pins.
|
|
|
|
|
name: flex-auth-canary
|
|
|
|
|
image:
|
|
|
|
|
repository: forgejo.coulomb.social/coulomb/flex-auth
|
2026-08-19 12:31:08 +02:00
|
|
|
digest: sha256:138aa3471c46bca6e814691fa1e6520aedda3dffd743e6b09141ab433afdb64b
|
2026-08-16 01:32:31 +02:00
|
|
|
args:
|
|
|
|
|
- serve
|
|
|
|
|
- --addr
|
|
|
|
|
- 0.0.0.0:8080
|
|
|
|
|
- --registry
|
|
|
|
|
- /opt/flex-auth/examples/user-engine/registry_snapshot.json
|
|
|
|
|
- --policy
|
|
|
|
|
- /opt/flex-auth/examples/user-engine/policy_package.md
|
|
|
|
|
consumer:
|
|
|
|
|
isolated: true
|