Deploy KeyCape canonical subject fix
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a058f3-8ba0-7692-a042-9a870fc3d663
This commit is contained in:
parent
d4e57e6312
commit
9781102e29
1 changed files with 5 additions and 9 deletions
|
|
@ -15,9 +15,8 @@
|
||||||
# 4. middleware.yaml + ingress.yaml
|
# 4. middleware.yaml + ingress.yaml
|
||||||
#
|
#
|
||||||
# Container image:
|
# Container image:
|
||||||
# KeyCape has no published image. Build from ~/key-cape/ and push to a registry,
|
# KeyCape publishes immutable main-<short-sha> tags through Forgejo Actions.
|
||||||
# or import directly into K3s (see README.md "Building the image").
|
# K3s pulls through the HTTPS Forgejo registry origin.
|
||||||
# Image tag below is a placeholder — update before applying.
|
|
||||||
|
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
|
|
@ -49,12 +48,9 @@ spec:
|
||||||
|
|
||||||
containers:
|
containers:
|
||||||
- name: keycape
|
- name: keycape
|
||||||
# Image published to self-hosted Gitea OCI registry on CoulombCore (KEY-WP-0002).
|
# Image published to the self-hosted Forgejo OCI registry (KEY-WP-0002).
|
||||||
# k3s insecure registry configured for 92.205.130.254:32166 — no pull secret needed.
|
# KEY-WP-0012: canonical OIDC subject resolution for /userinfo.
|
||||||
# 2026-05-24: direct-imported into railiance01 k3s for the
|
image: forgejo.coulomb.social/coulomb/key-cape:main-153258b
|
||||||
# bootstrap-console OIDC/MFA rollout. Use IfNotPresent while the
|
|
||||||
# HTTP registry push/pull path is being cleaned up.
|
|
||||||
image: key-cape:mfa-client-20260809
|
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue