Compare commits
6 Commits
codex/s67-
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a7e7c1ae72 | ||
|
|
c8df788d72 | ||
|
|
b1a4d7120e | ||
|
|
4b57b8e939 | ||
|
|
70f36c546b | ||
|
|
cdbddd71af |
@@ -17,9 +17,15 @@
|
|||||||
# mtls-chain.pem) — see apps/fc-devicemgmt/1password-item.yaml. Mint mTLS
|
# mtls-chain.pem) — see apps/fc-devicemgmt/1password-item.yaml. Mint mTLS
|
||||||
# from step-ca-agent ClusterIssuer per ADR-126; DB-Password must match the
|
# from step-ca-agent ClusterIssuer per ADR-126; DB-Password must match the
|
||||||
# password configured for the MySQL user.
|
# password configured for the MySQL user.
|
||||||
# Re-enable: change replicas back to 2 after both gaps close. The image tag
|
# Re-enable: change replicas back to 2 after both gaps close.
|
||||||
# in this file (v20260512-cx5) MAY also need a refresh — it predates the
|
#
|
||||||
# Sprint 34 Cl-3 operator fix; Web may have an analogous bug.
|
# 2026-06-10 morning-routine refresh: image tag bumped to v20260610-bluejay —
|
||||||
|
# built from master @ 1614fce (June 9 network/BT command plane PRs #30/#33/#34,
|
||||||
|
# Shared.Data 1.0.1, and the Blue Jay UI.Components restyle). Imported on
|
||||||
|
# rke2-server + rke2-agent1. Gap 1 is wider than noted above: the fc-mysql
|
||||||
|
# OPERATOR deployment itself is absent from the cluster (only mysql-web runs),
|
||||||
|
# so MySqlInstanceCrds would not reconcile — deploy the operator first.
|
||||||
|
# Gap 2 (1P runtime item) also remains open; replicas stays 0.
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
@@ -64,7 +70,7 @@ spec:
|
|||||||
fsGroupChangePolicy: OnRootMismatch
|
fsGroupChangePolicy: OnRootMismatch
|
||||||
containers:
|
containers:
|
||||||
- name: web
|
- name: web
|
||||||
image: localhost/fc-devicemgmt-web:v20260512-cx5
|
image: localhost/fc-devicemgmt-web:v20260610-bluejay
|
||||||
imagePullPolicy: Never
|
imagePullPolicy: Never
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: intranet-web
|
- name: intranet-web
|
||||||
image: localhost/fc-intranet-web:v20260531-ttsreader-bridge
|
image: localhost/fc-intranet-web:v20260611-content-quality
|
||||||
imagePullPolicy: Never
|
imagePullPolicy: Never
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5300
|
- containerPort: 5300
|
||||||
@@ -60,7 +60,12 @@ spec:
|
|||||||
# ≈ 9 hours. BLUEJAY-WS GPU (R9700, 32GB VRAM) does the same work
|
# ≈ 9 hours. BLUEJAY-WS GPU (R9700, 32GB VRAM) does the same work
|
||||||
# in minutes. Memory: feedback_pi5_nomic_embed_slow.
|
# in minutes. Memory: feedback_pi5_nomic_embed_slow.
|
||||||
- name: IntranetSearch__OllamaBaseUrl
|
- name: IntranetSearch__OllamaBaseUrl
|
||||||
value: "http://10.0.56.20:11434"
|
value: "http://edge1.iamworkin.lan:11434"
|
||||||
|
# External Notes corpus roots are not mounted in the live pod today.
|
||||||
|
# Keep the curated/workflow docs directory active without logging
|
||||||
|
# repeated /srv/flowercore-notes missing-root warnings.
|
||||||
|
- name: IntranetSearch__Enabled
|
||||||
|
value: "false"
|
||||||
# Sprint E Phase 2α — JSON-file-backed PageReadingOverride persistence
|
# Sprint E Phase 2α — JSON-file-backed PageReadingOverride persistence
|
||||||
# on the writable PVC at /data. Without this env var the
|
# on the writable PVC at /data. Without this env var the
|
||||||
# intranet falls back to the in-memory store (loses state on
|
# intranet falls back to the in-memory store (loses state on
|
||||||
|
|||||||
Reference in New Issue
Block a user