diff --git a/app/templates/index.html b/app/templates/index.html index 63ed175b..0bab4a16 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -5,6 +5,6 @@ Index page -The hostname of the container is {{ hostname }} and its IP is {{ ip }}. +Hello All.The hostname of the container is {{ hostname }} and its IP is {{ ip }}. - \ No newline at end of file + diff --git a/charts/test-python-flask-docker/.helmignore b/charts/python-flask-docker/.helmignore similarity index 100% rename from charts/test-python-flask-docker/.helmignore rename to charts/python-flask-docker/.helmignore diff --git a/charts/test-python-flask-docker/Chart.yaml b/charts/python-flask-docker/Chart.yaml similarity index 69% rename from charts/test-python-flask-docker/Chart.yaml rename to charts/python-flask-docker/Chart.yaml index 3b90b77a..f444aa03 100644 --- a/charts/test-python-flask-docker/Chart.yaml +++ b/charts/python-flask-docker/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 description: A Helm chart for Kubernetes -name: test-python-flask-docker +name: python-flask-docker version: v0.1.0 diff --git a/charts/test-python-flask-docker/Makefile b/charts/python-flask-docker/Makefile similarity index 100% rename from charts/test-python-flask-docker/Makefile rename to charts/python-flask-docker/Makefile diff --git a/charts/test-python-flask-docker/templates/NOTES.txt b/charts/python-flask-docker/templates/NOTES.txt similarity index 100% rename from charts/test-python-flask-docker/templates/NOTES.txt rename to charts/python-flask-docker/templates/NOTES.txt diff --git a/charts/test-python-flask-docker/templates/_helpers.tpl b/charts/python-flask-docker/templates/_helpers.tpl similarity index 100% rename from charts/test-python-flask-docker/templates/_helpers.tpl rename to charts/python-flask-docker/templates/_helpers.tpl diff --git a/charts/test-python-flask-docker/templates/deployment.yaml b/charts/python-flask-docker/templates/deployment.yaml similarity index 100% rename from charts/test-python-flask-docker/templates/deployment.yaml rename to charts/python-flask-docker/templates/deployment.yaml diff --git a/charts/test-python-flask-docker/templates/ingress.yaml b/charts/python-flask-docker/templates/ingress.yaml similarity index 100% rename from charts/test-python-flask-docker/templates/ingress.yaml rename to charts/python-flask-docker/templates/ingress.yaml diff --git a/charts/test-python-flask-docker/templates/ksvc.yaml b/charts/python-flask-docker/templates/ksvc.yaml similarity index 100% rename from charts/test-python-flask-docker/templates/ksvc.yaml rename to charts/python-flask-docker/templates/ksvc.yaml diff --git a/charts/test-python-flask-docker/templates/service.yaml b/charts/python-flask-docker/templates/service.yaml similarity index 100% rename from charts/test-python-flask-docker/templates/service.yaml rename to charts/python-flask-docker/templates/service.yaml diff --git a/charts/test-python-flask-docker/values.yaml b/charts/python-flask-docker/values.yaml similarity index 100% rename from charts/test-python-flask-docker/values.yaml rename to charts/python-flask-docker/values.yaml