Skip to content

Commit

Permalink
Add API_RESPONSE_CACHE_SECONDS to env vars.
Browse files Browse the repository at this point in the history
  • Loading branch information
ropable committed Sep 10, 2024
1 parent 616733a commit c369d9b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kustomize/overlays/prod/deployment_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,8 @@ spec:
secretKeyRef:
name: itassets-env-prod
key: REDIS_CACHE_HOST
- name: API_RESPONSE_CACHE_SECONDS
valueFrom:
secretKeyRef:
name: itassets-env-prod
key: API_RESPONSE_CACHE_SECONDS
5 changes: 5 additions & 0 deletions kustomize/overlays/uat/deployment_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,3 +203,8 @@ spec:
secretKeyRef:
name: itassets-env-uat
key: REDIS_CACHE_HOST
- name: API_RESPONSE_CACHE_SECONDS
valueFrom:
secretKeyRef:
name: itassets-env-uat
key: API_RESPONSE_CACHE_SECONDS

0 comments on commit c369d9b

Please sign in to comment.