update deployment

This commit is contained in:
2026-04-02 09:04:05 +00:00
parent 476f40a529
commit 3be483cff0

View File

@@ -9,6 +9,9 @@ metadata:
data:
STREAM_API_GRPC_ADDR: "stream.api-svc:9000"
GOOGLE_AUTH_FINALIZE_PATH: "/auth/google/finalize"
STREAM_INTERNAL_AUTH_MARKER: "stream_maker_123xxx"
STREAM_UI_JWT_SECRET: "xxx_stream_maker_123_xxx"
STREAM_UI_REDIS_URL: "redis://:pass123@47.84.62.226:6379/3"
---
kind: Service
apiVersion: v1
@@ -43,8 +46,8 @@ spec:
labels:
app: stream.ui
spec:
imagePullSecrets:
- name: registry-production-secret
# imagePullSecrets:
# - name: registry-production-secret
containers:
- name: stream.ui
image: registry.awing.vn/stream-production/stream.ui:$BUILD_NUMBER
@@ -63,17 +66,17 @@ spec:
key: GOOGLE_AUTH_FINALIZE_PATH
- name: STREAM_INTERNAL_AUTH_MARKER
valueFrom:
secretKeyRef:
name: stream.ui-secret
configMapKeyRef:
name: stream.ui-config
key: STREAM_INTERNAL_AUTH_MARKER
- name: STREAM_UI_JWT_SECRET
valueFrom:
secretKeyRef:
name: stream.ui-secret
configMapKeyRef:
name: stream.ui-config
key: STREAM_UI_JWT_SECRET
- name: STREAM_UI_REDIS_URL
valueFrom:
secretKeyRef:
name: stream.ui-secret
configMapKeyRef:
name: stream.ui-config
key: STREAM_UI_REDIS_URL