Record verified P05 rollout and service recovery acceptance
Assistant: codex Assistant-Model: gpt-6-astra Assistant-Session: 01a092fe-13b1-7f12-ac74-7d258af4d79c
This commit is contained in:
parent
8984a84cfd
commit
bedb99193e
2 changed files with 6 additions and 7 deletions
|
|
@ -16,7 +16,7 @@ data:
|
||||||
# Public portal base used in invitation and verification links.
|
# Public portal base used in invitation and verification links.
|
||||||
# Matches the live user-engine Ingress host on railiance01 (nip.io until a
|
# Matches the live user-engine Ingress host on railiance01 (nip.io until a
|
||||||
# coulomb.social alias is cut over). Update when the public hostname changes.
|
# coulomb.social alias is cut over). Update when the public hostname changes.
|
||||||
EMAIL_CONNECT_PORTAL_URL: "https://users.92-205-62-239.nip.io"
|
EMAIL_CONNECT_PORTAL_URL: "https://users.coulomb.social"
|
||||||
# Envelope From — interim identity matches the live forgejo IONOS SMTP lane
|
# Envelope From — interim identity matches the live forgejo IONOS SMTP lane
|
||||||
# (forgejo@coulomb.social) used to seed CCR-2026-0010. Switch to a dedicated
|
# (forgejo@coulomb.social) used to seed CCR-2026-0010. Switch to a dedicated
|
||||||
# noreply@ mailbox when that credential is minted separately.
|
# noreply@ mailbox when that credential is minted separately.
|
||||||
|
|
|
||||||
|
|
@ -13,9 +13,9 @@ metadata:
|
||||||
app.kubernetes.io/part-of: email-connect
|
app.kubernetes.io/part-of: email-connect
|
||||||
annotations:
|
annotations:
|
||||||
email-connect.railiance.io/rollback-note: >-
|
email-connect.railiance.io/rollback-note: >-
|
||||||
SQLite schema is additive (CREATE TABLE IF NOT EXISTS + optional
|
SQLite schema is additive. Preserve deliveries and send_attempts.
|
||||||
canceled_at column). Rolling back to the previous digest keeps the
|
Stop delivery and reconcile any in_flight reservations before reverting
|
||||||
same store path; duplicate event_id rows remain authoritative.
|
to a pre-P05 image, which cannot enforce uncertain-outcome reservations.
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
revisionHistoryLimit: 5
|
revisionHistoryLimit: 5
|
||||||
|
|
@ -42,9 +42,8 @@ spec:
|
||||||
terminationGracePeriodSeconds: 15
|
terminationGracePeriodSeconds: 15
|
||||||
containers:
|
containers:
|
||||||
- name: email-connect
|
- name: email-connect
|
||||||
# Pin at release. T04 failure-matrix image (provider classification +
|
# P05 durable send reservations and non-sending SMTP diagnostics, 2026-09-13.
|
||||||
# suppression + redacted diagnostics), 2026-08-12.
|
image: forgejo.coulomb.social/coulomb/email-connect@sha256:e095d7e51c68a29ff6b82d735c734d5d27e0041b937dc958ecee5bcb5ddf5e8b
|
||||||
image: forgejo.coulomb.social/coulomb/email-connect@sha256:a9de1994eea88502ec30ba7c2fc029ec901d873140d51e11d2c50e363a0578b1
|
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue