Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
55393508
Commit
55393508
authored
5 years ago
by
Rajesh
Committed by
rjshrjndrn
5 years ago
Browse files
Options
Download
Patches
Plain Diff
fixing player deployment vars
parent
4db2237a
3node
3node_bak_new
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
3node/helm-charts/player/values.j2
+0
-2
3node/helm-charts/player/values.j2
helm_charts/sunbird/charts/player/values.j2
+1
-1
helm_charts/sunbird/charts/player/values.j2
with
1 addition
and
3 deletions
+1
-3
3node/helm-charts/player/values.j2
+
0
−
2
View file @
55393508
...
...
@@ -18,8 +18,6 @@ strategy:
maxsurge: 1
maxunavailable: 0
sunbird_portal_player_cdn_enabled: {{sunbird_portal_player_cdn_enabled}}
playerenv:
sunbird_port: '"3000"'
sunbird_content_player_url: {{sunbird_apimanager_service_base_url}}
...
...
This diff is collapsed.
Click to expand it.
helm_charts/sunbird/charts/player/values.j2
+
1
−
1
View file @
55393508
...
...
@@ -67,7 +67,7 @@ playerenv:
sunbird_azure_account_name: {{sunbird_azure_account_name}}
sunbird_azure_account_key: {{sunbird_azure_storage_key}}
sunbird_response_cache_ttl: '"{{sunbird_response_cache_ttl|default('180')}}"'
sunbird_portal_preview_cdn_url: {{sunbird_portal_preview_cdn_url}}
sunbird_portal_preview_cdn_url: {{sunbird_portal_preview_cdn_url
| d('""')
}}
{% if groups['cassandra-2'] is defined %}
sunbird_cassandra_replication_strategy: {{sunbird_cassandra_replication_strategy}}
sunbird_cassandra_consistency_level: quorum
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets