云容器实例 CCI-更新Ingress:请求示例

时间:2025-02-12 14:55:31

请求示例

更新Ingress的servicePort值为"8082"。

{  "spec" : {    "rules" : [ {      "http" : {        "paths" : [ {          "backend" : {            "serviceName" : "redis",            "servicePort" : 8082          },          "path" : "/"        } ]      }    } ]  }}
support.huaweicloud.com/api-cci/patchExtensionsV1beta1NamespacedIngress.html