deploy(intranet): harden knowledge search rollout

This commit is contained in:
Andrew Stoltz
2026-04-29 16:43:09 -05:00
parent 9881767b11
commit cf35884eae

View File

@@ -23,6 +23,7 @@ metadata:
namespace: intranet namespace: intranet
data: data:
KnowledgeApiKey: "" KnowledgeApiKey: ""
TrustedHeaderSharedSecret: ""
--- ---
apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: Deployment
@@ -45,7 +46,7 @@ spec:
spec: spec:
containers: containers:
- name: intranet-web - name: intranet-web
image: localhost/fc-intranet-web:v20260429-1513 image: localhost/fc-intranet-web:v20260429-1624
imagePullPolicy: Never imagePullPolicy: Never
ports: ports:
- containerPort: 5300 - containerPort: 5300
@@ -75,6 +76,12 @@ spec:
name: intranet-config name: intranet-config
key: KnowledgeApiKey key: KnowledgeApiKey
optional: true optional: true
- name: TrustedHeaderAuthentication__SharedSecret
valueFrom:
configMapKeyRef:
name: intranet-config
key: TrustedHeaderSharedSecret
optional: true
resources: resources:
requests: requests:
memory: "256Mi" memory: "256Mi"