mirror of
https://github.com/bitnami/charts.git
synced 2026-03-08 17:27:20 +08:00
fix: Align VIB pipeline files (#17814)
This commit is contained in:
committed by
GitHub
parent
14a3adb725
commit
7726826637
@@ -25,7 +25,7 @@
|
||||
"target_platform": {
|
||||
"target_platform_id": "{VIB_ENV_ALTERNATIVE_TARGET_PLATFORM}",
|
||||
"size": {
|
||||
"name": "M4"
|
||||
"name": "L4"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"target_platform": {
|
||||
"target_platform_id": "{VIB_ENV_TARGET_PLATFORM}",
|
||||
"size": {
|
||||
"name": "S4"
|
||||
"name": "M4"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
"endpoint": "lb-vault-server-active-http",
|
||||
"app_protocol": "HTTP",
|
||||
"env": {
|
||||
"email": "vib-user",
|
||||
"username": "vib-user",
|
||||
"password": "ComplicatedPassword123!4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user