diff --git a/.deploy/stream.ui-production.yaml b/.deploy/stream.ui-production.yaml index cc00184..ab3739d 100644 --- a/.deploy/stream.ui-production.yaml +++ b/.deploy/stream.ui-production.yaml @@ -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