123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "phases": {
- "package": {
- "context": {
- "credentials": [
- {
- "url": "{VIB_ENV_CHARTS_REGISTRY}",
- "authn": {
- "username": "{VIB_ENV_CHARTS_REGISTRY_USERNAME}",
- "password": "{VIB_ENV_CHARTS_REGISTRY_PASSWORD}"
- }
- }
- ],
- "resources": {
- "url": "{SHA_ARCHIVE}",
- "path": "/bitnami/seaweedfs"
- }
- },
- "actions": [
- {
- "action_id": "helm-package"
- },
- {
- "action_id": "helm-lint"
- }
- ]
- },
- "verify": {
- "context": {
- "resources": {
- "url": "{SHA_ARCHIVE}",
- "path": "/bitnami/seaweedfs"
- },
- "target_platform": {
- "target_platform_id": "{VIB_ENV_TARGET_PLATFORM}",
- "size": {
- "name": "M4"
- }
- }
- },
- "actions": [
- {
- "action_id": "cypress",
- "params": {
- "resources": {
- "path": "/.vib/seaweedfs/cypress"
- },
- "endpoint": "lb-seaweedfs-master-http",
- "app_protocol": "HTTP",
- "env": {
- "masterPortHttp": "9333",
- "masterPortGrpc": "19333",
- "volumePortHttp": "8080",
- "volumePortGrpc": "18080",
- "filerPortHttp": "8888",
- "filerPortGrpc": "18888",
- "s3PortHttp": "8333",
- "s3PortGrpc": "18333"
- }
- }
- },
- {
- "action_id": "ginkgo",
- "params": {
- "resources": {
- "path": "/.vib/seaweedfs/ginkgo"
- },
- "params": {
- "kubeconfig": "{{kubeconfig}}",
- "namespace": "{{namespace}}",
- "releaseName": "seaweedfs"
- }
- }
- },
- {
- "action_id": "kubescape",
- "params": {
- "threshold": {VIB_ENV_KUBESCAPE_SCORE_THRESHOLD}
- }
- }
- ]
- }
- }
- }
|