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