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
9310738e
Commit
9310738e
authored
5 years ago
by
Rajesh
Committed by
rjshrjndrn
5 years ago
Browse files
Options
Download
Patches
Plain Diff
fixes for dbs and helm
parent
15ec2e25
3node
3node_bak_new
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
3node/helm-charts/apimanager/templates/apimanager_echo.yaml
+2
-0
3node/helm-charts/apimanager/templates/apimanager_echo.yaml
3node/helm-charts/apimanager/templates/deployment.yaml
+2
-0
3node/helm-charts/apimanager/templates/deployment.yaml
deploy/install.sh
+1
-1
deploy/install.sh
with
5 additions
and
1 deletion
+5
-1
3node/helm-charts/apimanager/templates/apimanager_echo.yaml
+
2
−
0
View file @
9310738e
...
@@ -22,8 +22,10 @@ spec:
...
@@ -22,8 +22,10 @@ spec:
labels
:
labels
:
app
:
{{
.Chart.Name
}}
echo
app
:
{{
.Chart.Name
}}
echo
spec
:
spec
:
{{
- if .Values.imagePullSecrets
}}
imagePullSecrets
:
imagePullSecrets
:
-
name
:
{{
.Values.imagepullsecrets
}}
-
name
:
{{
.Values.imagepullsecrets
}}
{{
- end
}}
containers
:
containers
:
-
name
:
{{
.Chart.Name
}}
-
name
:
{{
.Chart.Name
}}
image
:
"
{{
.Values.dockerhub
}}/{{
.Values.apimanagerecho.repository
}}:{{
.Values.apimanagerecho.image_tag
}}"
image
:
"
{{
.Values.dockerhub
}}/{{
.Values.apimanagerecho.repository
}}:{{
.Values.apimanagerecho.image_tag
}}"
...
...
This diff is collapsed.
Click to expand it.
3node/helm-charts/apimanager/templates/deployment.yaml
+
2
−
0
View file @
9310738e
...
@@ -21,8 +21,10 @@ spec:
...
@@ -21,8 +21,10 @@ spec:
labels
:
labels
:
app
:
{{
.Chart.Name
}}
app
:
{{
.Chart.Name
}}
spec
:
spec
:
{{
- if .Values.imagePullSecrets
}}
imagePullSecrets
:
imagePullSecrets
:
-
name
:
{{
.Values.imagepullsecrets
}}
-
name
:
{{
.Values.imagepullsecrets
}}
{{
- endif
}}
containers
:
containers
:
-
name
:
{{
.Chart.Name
}}
-
name
:
{{
.Chart.Name
}}
image
:
"
{{
.Values.dockerhub
}}/{{
.Values.repository
}}:{{
.Values.image_tag
}}"
image
:
"
{{
.Values.dockerhub
}}/{{
.Values.repository
}}:{{
.Values.image_tag
}}"
...
...
This diff is collapsed.
Click to expand it.
deploy/install.sh
+
1
−
1
View file @
9310738e
...
@@ -12,7 +12,7 @@ module=Core
...
@@ -12,7 +12,7 @@ module=Core
cp
$INVENTORY_PATH
/
$module
/
*
../ansible/inventory/env/
cp
$INVENTORY_PATH
/
$module
/
*
../ansible/inventory/env/
# Installing dbs (es, cassandra, postgres)
# Installing dbs (es, cassandra, postgres)
ansible-playbook
-i
../ansible/inventory/env/ ../ansible/provision.yml
--tags
postgresql-master
#--skip-tags "postgresql-slave,log-es"
ansible-playbook
-i
../ansible/inventory/env/ ../ansible/provision.yml
--tags
postgresql-master
#--skip-tags "postgresql-slave,log-es"
ansible-playbook
-i
../ansible/inventory/env/ ../ansible/postgresql-data-update.yml
--tags
postgresql-master
#--skip-tags "postgresql-slave,log-es"
ansible-playbook
-i
../ansible/inventory/env/ ../ansible/postgresql-data-update.yml
#--skip-tags "postgresql-slave,log-es"
# # Bootstrapping k8s
# # Bootstrapping k8s
ansible-playbook
-i
../ansible/inventory/env/ ../kubernetes/ansible/bootstrap_minimal.yaml
ansible-playbook
-i
../ansible/inventory/env/ ../kubernetes/ansible/bootstrap_minimal.yaml
...
...
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