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
dffea576
Commit
dffea576
authored
5 years ago
by
Rajesh
Browse files
Options
Download
Patches
Plain Diff
fixing installation for container apps
parent
b25bf840
3node-prior-rebase-2-5
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
kubernetes/helm_charts/core/enc/values.j2
+2
-2
kubernetes/helm_charts/core/enc/values.j2
kubernetes/helm_charts/core/learner/values.j2
+2
-2
kubernetes/helm_charts/core/learner/values.j2
private_repo/ansible/inventory/dev/Core/common.yml
+12
-5
private_repo/ansible/inventory/dev/Core/common.yml
with
16 additions
and
9 deletions
+16
-9
kubernetes/helm_charts/core/enc/values.j2
+
2
−
2
View file @
dffea576
...
@@ -5,8 +5,8 @@ imagepullsecrets: {{ imagepullsecrets }}
...
@@ -5,8 +5,8 @@ imagepullsecrets: {{ imagepullsecrets }}
dockerhub: {{ dockerhub }}
dockerhub: {{ dockerhub }}
replicaCount: {{replicacount|default(1)}}
replicaCount: {{replicacount|default(1)}}
repository: {{enc
_
repository|default('enc_service')}}
repository: {{enc
.
repository|default('enc_service')}}
image_tag: {{image_tag }}
image_tag: {{
enc.
image_tag }}
resources:
resources:
cpu: {{enc_service_cpu|default('50m')}}
cpu: {{enc_service_cpu|default('50m')}}
memory: {{enc_service_memory|default('50Mi')}}
memory: {{enc_service_memory|default('50Mi')}}
...
...
This diff is collapsed.
Click to expand it.
kubernetes/helm_charts/core/learner/values.j2
+
2
−
2
View file @
dffea576
...
@@ -65,11 +65,11 @@ learnerenv:
...
@@ -65,11 +65,11 @@ learnerenv:
sunbird_cassandra_consistency_level: quorum
sunbird_cassandra_consistency_level: quorum
{% else %}
{% else %}
sunbird_cassandra_host: {{sunbird_cassandra_host}}
sunbird_cassandra_host: {{sunbird_cassandra_host}}
sunbird_cassandra_port:
'
"9042
"
'
sunbird_cassandra_port: "
'
9042'
"
sunbird_cassandra_consistency_level: {{sunbird_cassandra_consistency_level}}
sunbird_cassandra_consistency_level: {{sunbird_cassandra_consistency_level}}
{% endif %}
{% endif %}
sunbird_mw_system_host: learner-service
sunbird_mw_system_host: learner-service
sunbird_mw_system_port:
'
"8088
"
'
sunbird_mw_system_port: "
'
8088'
"
background_actor_provider: local
background_actor_provider: local
api_actor_provider: local
api_actor_provider: local
badging_authorization_key: {{vault_badging_authorization_key}}
badging_authorization_key: {{vault_badging_authorization_key}}
...
...
This diff is collapsed.
Click to expand it.
private_repo/ansible/inventory/dev/Core/common.yml
+
12
−
5
View file @
dffea576
...
@@ -67,20 +67,27 @@ namespace: "{{env}}"
...
@@ -67,20 +67,27 @@ namespace: "{{env}}"
imagepullsecrets
:
'
'
imagepullsecrets
:
'
'
dockerhub
:
"
sunbird"
dockerhub
:
"
sunbird"
kubeconfig_path
:
"
/etc/rancher/k3s/k3s.yaml"
kubeconfig_path
:
"
/etc/rancher/k3s/k3s.yaml"
apimanager
:
apimanager
:
image_tag
:
1.8.0-gold
image_tag
:
1.8.0-gold
player
:
player
:
image_tag
:
release-2.4.0
image_tag
:
release-2.4.0
adminutil
:
adminutil
:
image_tag
:
1.5.0-gold
image_tag
:
1.5.0-gold
content
:
content
:
image_tag
:
release-2.3.0
image_tag
:
release-2.3.0
learner
:
learner
:
image_tag
:
release-2.4.0
image_tag
:
release-2.4.0
telemetry
:
telemetry
:
image_tag
:
release-2.1.0
image_tag
:
release-2.1.0
userorg
:
lms
:
# userorg:
notification
:
# lms:
cert
:
# notification:
enc
:
# cert:
# enc:
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