2026-08-16 01:32:31 +02:00
|
|
|
# Default chart values. Real pins live in values/*.yaml — never promote a tag.
|
|
|
|
|
name: flex-auth
|
|
|
|
|
namespace: flex-auth
|
|
|
|
|
|
|
|
|
|
image:
|
|
|
|
|
repository: forgejo.coulomb.social/coulomb/flex-auth
|
|
|
|
|
digest: ""
|
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
|
|
|
|
|
replicaCount: 1
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
service:
|
|
|
|
|
port: 8080
|
|
|
|
|
|
|
|
|
|
health:
|
|
|
|
|
path: /healthz
|
|
|
|
|
|
|
|
|
|
consumer:
|
|
|
|
|
isolated: false
|
|
|
|
|
namespace: ""
|
|
|
|
|
podName: ""
|
|
|
|
|
|
2026-08-19 12:31:08 +02:00
|
|
|
# disabled keeps the image bootable without TokenReview (isolated canary).
|
|
|
|
|
# Production pins set warn, then enforce, independently per consumer.
|
|
|
|
|
callerAuth:
|
|
|
|
|
mode: disabled
|
|
|
|
|
audience: flex-auth
|
|
|
|
|
kubernetesURL: https://kubernetes.default.svc
|
|
|
|
|
binding: ""
|
|
|
|
|
reviewer:
|
|
|
|
|
mountPath: /var/run/secrets/flex-auth-reviewer
|
2026-08-19 14:00:53 +02:00
|
|
|
# Empty: kubelet mints the API server's default audiences so TokenReview
|
|
|
|
|
# authenticates. A custom audience (e.g. https://kubernetes.default.svc)
|
|
|
|
|
# 401s on this k3s cluster, whose API audiences are
|
|
|
|
|
# https://kubernetes.default.svc.cluster.local and k3s.
|
|
|
|
|
audience: ""
|
2026-08-19 12:31:08 +02:00
|
|
|
expirationSeconds: 3600
|
|
|
|
|
|
2026-08-16 01:32:31 +02:00
|
|
|
resources:
|
|
|
|
|
requests:
|
|
|
|
|
cpu: 25m
|
|
|
|
|
memory: 32Mi
|
|
|
|
|
limits:
|
|
|
|
|
cpu: 300m
|
|
|
|
|
memory: 192Mi
|