fix: Align VIB pipeline files (#17814)

This commit is contained in:
Juan Ariza Toledano
2023-07-24 10:36:27 +02:00
committed by GitHub
parent 14a3adb725
commit 7726826637
6 changed files with 25 additions and 25 deletions

View File

@@ -25,7 +25,7 @@
"target_platform": {
"target_platform_id": "{VIB_ENV_ALTERNATIVE_TARGET_PLATFORM}",
"size": {
"name": "M4"
"name": "L4"
}
}
},

View File

@@ -59,11 +59,11 @@
"path": "/.vib/kubeapps/cypress"
},
"endpoint": "lb-kubeapps-http",
"app_protocol": "HTTP",
"env": {
"repoName": "bitnami",
"repoURL": "oci://registry-1.docker.io/bitnamicharts"
}
},
"app_protocol": "HTTP"
}
}
]

View File

@@ -37,20 +37,6 @@
"app_protocol": "HTTP"
}
},
{
"action_id": "cypress",
"params": {
"resources": {
"path": "/.vib/rabbitmq/cypress"
},
"endpoint": "lb-rabbitmq-http-stats",
"app_protocol": "HTTP",
"env": {
"username": "test_user",
"password": "ComplicatedPassword123!4"
}
}
},
{
"action_id": "goss",
"params": {
@@ -65,6 +51,20 @@
}
}
}
},
{
"action_id": "cypress",
"params": {
"resources": {
"path": "/.vib/rabbitmq/cypress"
},
"endpoint": "lb-rabbitmq-http-stats",
"app_protocol": "HTTP",
"env": {
"username": "test_user",
"password": "ComplicatedPassword123!4"
}
}
}
]
},

View File

@@ -25,7 +25,7 @@
"target_platform": {
"target_platform_id": "{VIB_ENV_TARGET_PLATFORM}",
"size": {
"name": "S4"
"name": "M4"
}
}
},

View File

@@ -61,7 +61,7 @@
"endpoint": "lb-vault-server-active-http",
"app_protocol": "HTTP",
"env": {
"email": "vib-user",
"username": "vib-user",
"password": "ComplicatedPassword123!4"
}
}

View File

@@ -30,6 +30,12 @@
}
},
"actions": [
{
"action_id": "health-check",
"params": {
"endpoint": "lb-zookeeper-tcp-client"
}
},
{
"action_id": "goss",
"params": {
@@ -44,12 +50,6 @@
}
}
}
},
{
"action_id": "health-check",
"params": {
"endpoint": "lb-zookeeper-tcp-client"
}
}
]
}