github.com/KusionStack/kpm@v0.8.4-0.20240326033734-dc72298a30e5/pkg/client/test_data/test_run_git/expect3.json (about)

     1  {
     2      "wordpress": {
     3          "workload": {
     4              "containers": {
     5                  "wordpress": {
     6                      "image": "wordpress:6.3",
     7                      "env": {
     8                          "WORDPRESS_DB_HOST": "$(KUSION_DB_HOST_WORDPRESS)",
     9                          "WORDPRESS_DB_USER": "$(KUSION_DB_USERNAME_WORDPRESS)",
    10                          "WORDPRESS_DB_PASSWORD": "$(KUSION_DB_PASSWORD_WORDPRESS)",
    11                          "WORDPRESS_DB_NAME": "mysql"
    12                      },
    13                      "resources": {
    14                          "cpu": "500m",
    15                          "memory": "512Mi"
    16                      }
    17                  }
    18              },
    19              "replicas": 1,
    20              "ports": [
    21                  {
    22                      "port": 80,
    23                      "protocol": "TCP",
    24                      "public": false
    25                  }
    26              ]
    27          },
    28          "database": {
    29              "wordpress": {
    30                  "type": "cloud",
    31                  "version": "8.0"
    32              }
    33          }
    34      }
    35  }