29 lines
998 B
YAML
29 lines
998 B
YAML
|
|
# Compact sitting exact-record human review. Distinct from
|
||
|
|
# values/informed-decision-t03.yaml / FLEX-WP-0027.
|
||
|
|
# image.digest is filled after CI builds the commit that added
|
||
|
|
# examples/informed-decision-sitting. Do not helm-upgrade until then:
|
||
|
|
# the live T03 digest does not contain this package.
|
||
|
|
name: flex-auth-informed-decision-sitting
|
||
|
|
image:
|
||
|
|
repository: forgejo.coulomb.social/coulomb/flex-auth
|
||
|
|
digest: sha256:0000000000000000000000000000000000000000000000000000000000000000
|
||
|
|
args:
|
||
|
|
- serve
|
||
|
|
- --addr
|
||
|
|
- 0.0.0.0:8080
|
||
|
|
- --registry
|
||
|
|
- /opt/flex-auth/examples/informed-decision-sitting/registry.json
|
||
|
|
- --policy
|
||
|
|
- /opt/flex-auth/examples/informed-decision-sitting/policy.md
|
||
|
|
callerAuth:
|
||
|
|
mode: enforce
|
||
|
|
kubernetesURL: https://10.43.0.1
|
||
|
|
binding: informed-decision=system:serviceaccount:informed-decision:review
|
||
|
|
consumer:
|
||
|
|
isolated: false
|
||
|
|
namespace: informed-decision
|
||
|
|
podName: informed-decision
|
||
|
|
resources:
|
||
|
|
requests: {cpu: 5m, memory: 32Mi}
|
||
|
|
limits: {cpu: 300m, memory: 192Mi}
|