Loading capif/templates/cd-deploy-ocf.gitlab-ci.yml +24 −0 Original line number Diff line number Diff line Loading @@ -156,6 +156,14 @@ deploy_ocf_staging: --set mock-server.ingress.hosts[0].host=mock-server-$CI_COMMIT_REF_SLUG.$DOMAIN_STAGING \ --set mock-server.ingress.hosts[0].paths[0].path="/" \ --set mock-server.ingress.hosts[0].paths[0].pathType="Prefix" \ --set mongo-register-express.ingress.enabled=true \ --set mongo-register-express.ingress.hosts[0].host="mongo-express-register-$CI_COMMIT_REF_SLUG.$DOMAIN_STAGING" \ --set mongo-register-express.ingress.hosts[0].paths[0].path="/" \ --set mongo-register-express.ingress.hosts[0].paths[0].pathType="Prefix" \ --set mongo-express.ingress.enabled=true \ --set mongo-express.ingress.hosts[0].host="mongo-express-$CI_COMMIT_REF_SLUG.$DOMAIN_STAGING" \ --set mongo-express.ingress.hosts[0].paths[0].path="/" \ --set mongo-express.ingress.hosts[0].paths[0].pathType="Prefix" \ --wait --timeout=10m --create-namespace --atomic delete_ocf_staging: Loading Loading @@ -296,6 +304,14 @@ deploy_ocf_oficial_staging: --set mock-server.ingress.hosts[0].host=mock-server-staging.$DOMAIN_STAGING \ --set mock-server.ingress.hosts[0].paths[0].path="/" \ --set mock-server.ingress.hosts[0].paths[0].pathType="Prefix" \ --set mongo-register-express.ingress.enabled=true \ --set mongo-register-express.ingress.hosts[0].host="mongo-express-register-staging.$DOMAIN_STAGING" \ --set mongo-register-express.ingress.hosts[0].paths[0].path="/" \ --set mongo-register-express.ingress.hosts[0].paths[0].pathType="Prefix" \ --set mongo-express.ingress.enabled=true \ --set mongo-express.ingress.hosts[0].host="mongo-express-staging.$DOMAIN_STAGING" \ --set mongo-express.ingress.hosts[0].paths[0].path="/" \ --set mongo-express.ingress.hosts[0].paths[0].pathType="Prefix" \ --wait --timeout=10m --create-namespace --atomic ## dev ### Loading Loading @@ -427,6 +443,14 @@ deploy_ocf_dev: --set mock-server.ingress.hosts[0].host=mock-server-$CI_ENVIRONMENT_SLUG.$DOMAIN_DEV \ --set mock-server.ingress.hosts[0].paths[0].path="/" \ --set mock-server.ingress.hosts[0].paths[0].pathType="Prefix" \ --set mongo-register-express.ingress.enabled=true \ --set mongo-register-express.ingress.hosts[0].host="mongo-express-register-$CI_ENVIRONMENT_SLUG.$DOMAIN_DEV" \ --set mongo-register-express.ingress.hosts[0].paths[0].path="/" \ --set mongo-register-express.ingress.hosts[0].paths[0].pathType="Prefix" \ --set mongo-express.ingress.enabled=true \ --set mongo-express.ingress.hosts[0].host="mongo-express-$CI_ENVIRONMENT_SLUG.$DOMAIN_DEV" \ --set mongo-express.ingress.hosts[0].paths[0].path="/" \ --set mongo-express.ingress.hosts[0].paths[0].pathType="Prefix" \ --wait --timeout=10m --create-namespace --atomic delete_ocf_dev: Loading Loading
capif/templates/cd-deploy-ocf.gitlab-ci.yml +24 −0 Original line number Diff line number Diff line Loading @@ -156,6 +156,14 @@ deploy_ocf_staging: --set mock-server.ingress.hosts[0].host=mock-server-$CI_COMMIT_REF_SLUG.$DOMAIN_STAGING \ --set mock-server.ingress.hosts[0].paths[0].path="/" \ --set mock-server.ingress.hosts[0].paths[0].pathType="Prefix" \ --set mongo-register-express.ingress.enabled=true \ --set mongo-register-express.ingress.hosts[0].host="mongo-express-register-$CI_COMMIT_REF_SLUG.$DOMAIN_STAGING" \ --set mongo-register-express.ingress.hosts[0].paths[0].path="/" \ --set mongo-register-express.ingress.hosts[0].paths[0].pathType="Prefix" \ --set mongo-express.ingress.enabled=true \ --set mongo-express.ingress.hosts[0].host="mongo-express-$CI_COMMIT_REF_SLUG.$DOMAIN_STAGING" \ --set mongo-express.ingress.hosts[0].paths[0].path="/" \ --set mongo-express.ingress.hosts[0].paths[0].pathType="Prefix" \ --wait --timeout=10m --create-namespace --atomic delete_ocf_staging: Loading Loading @@ -296,6 +304,14 @@ deploy_ocf_oficial_staging: --set mock-server.ingress.hosts[0].host=mock-server-staging.$DOMAIN_STAGING \ --set mock-server.ingress.hosts[0].paths[0].path="/" \ --set mock-server.ingress.hosts[0].paths[0].pathType="Prefix" \ --set mongo-register-express.ingress.enabled=true \ --set mongo-register-express.ingress.hosts[0].host="mongo-express-register-staging.$DOMAIN_STAGING" \ --set mongo-register-express.ingress.hosts[0].paths[0].path="/" \ --set mongo-register-express.ingress.hosts[0].paths[0].pathType="Prefix" \ --set mongo-express.ingress.enabled=true \ --set mongo-express.ingress.hosts[0].host="mongo-express-staging.$DOMAIN_STAGING" \ --set mongo-express.ingress.hosts[0].paths[0].path="/" \ --set mongo-express.ingress.hosts[0].paths[0].pathType="Prefix" \ --wait --timeout=10m --create-namespace --atomic ## dev ### Loading Loading @@ -427,6 +443,14 @@ deploy_ocf_dev: --set mock-server.ingress.hosts[0].host=mock-server-$CI_ENVIRONMENT_SLUG.$DOMAIN_DEV \ --set mock-server.ingress.hosts[0].paths[0].path="/" \ --set mock-server.ingress.hosts[0].paths[0].pathType="Prefix" \ --set mongo-register-express.ingress.enabled=true \ --set mongo-register-express.ingress.hosts[0].host="mongo-express-register-$CI_ENVIRONMENT_SLUG.$DOMAIN_DEV" \ --set mongo-register-express.ingress.hosts[0].paths[0].path="/" \ --set mongo-register-express.ingress.hosts[0].paths[0].pathType="Prefix" \ --set mongo-express.ingress.enabled=true \ --set mongo-express.ingress.hosts[0].host="mongo-express-$CI_ENVIRONMENT_SLUG.$DOMAIN_DEV" \ --set mongo-express.ingress.hosts[0].paths[0].path="/" \ --set mongo-express.ingress.hosts[0].paths[0].pathType="Prefix" \ --wait --timeout=10m --create-namespace --atomic delete_ocf_dev: Loading