Commit c6139486 authored by Carlos Natalino's avatar Carlos Natalino
Browse files

Small change to my_deployment.sh

parent 17219923
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
# Set the URL of your local Docker registry where the images will be uploaded to.
# Set the URL of your local Docker registry where the images will be uploaded to.
export TFS_REGISTRY_IMAGE="http://localhost:32000/tfs/"
export TFS_REGISTRY_IMAGE="" # http://localhost:32000/tfs/


# Set the list of components, separated by comas, you want to build images for, and deploy.
# Set the list of components, separated by comas, you want to build images for, and deploy.
# Supported components are:
# Supported components are:
@@ -16,7 +16,7 @@ export TFS_IMAGE_TAG="dev"
export TFS_K8S_NAMESPACE="tfs"
export TFS_K8S_NAMESPACE="tfs"


# Set additional manifest files to be applied after the deployment
# Set additional manifest files to be applied after the deployment
export TFS_EXTRA_MANIFESTS="manifests/nginx_ingress_http.yaml"
export TFS_EXTRA_MANIFESTS="" # manifests/nginx_ingress_http.yaml


# Set the neew Grafana admin password
# Set the neew Grafana admin password
export TFS_GRAFANA_PASSWORD="admin123+"
export TFS_GRAFANA_PASSWORD="admin123+"
+1539 −0

File added.

Preview size limit exceeded, changes collapsed.

+1 −0
Original line number Original line Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?><testsuites><testsuite name="pytest" errors="0" failures="0" skipped="0" tests="0" time="0.017" timestamp="2022-07-29T09:28:47.168633" hostname="86d45e18bd70" /></testsuites>
 No newline at end of file