mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
69 lines
1.5 KiB
JSON
69 lines
1.5 KiB
JSON
{
|
|
"apiVersion": "v1",
|
|
"kind": "Service",
|
|
"metadata": {
|
|
"creationTimestamp": "2025-05-16T19:01:22Z",
|
|
"labels": {
|
|
"app.kubernetes.io/instance": "httpbin"
|
|
},
|
|
"managedFields": [
|
|
{
|
|
"apiVersion": "v1",
|
|
"fieldsType": "FieldsV1",
|
|
"fieldsV1": {
|
|
"f:metadata": {
|
|
"f:labels": {
|
|
"f:app.kubernetes.io/instance": {}
|
|
}
|
|
},
|
|
"f:spec": {
|
|
"f:ports": {
|
|
"k:{\"port\":7777,\"protocol\":\"TCP\"}": {
|
|
".": {},
|
|
"f:name": {},
|
|
"f:port": {},
|
|
"f:protocol": {},
|
|
"f:targetPort": {}
|
|
}
|
|
},
|
|
"f:selector": {}
|
|
}
|
|
},
|
|
"manager": "argocd-controller",
|
|
"operation": "Apply",
|
|
"time": "2025-05-16T19:02:57Z"
|
|
}
|
|
],
|
|
"name": "httpbin-svc",
|
|
"namespace": "httpbin",
|
|
"resourceVersion": "159005",
|
|
"uid": "61a7a0c2-d973-4333-bbd6-c06ba1c00190"
|
|
},
|
|
"spec": {
|
|
"clusterIP": "10.96.59.144",
|
|
"clusterIPs": [
|
|
"10.96.59.144"
|
|
],
|
|
"internalTrafficPolicy": "Cluster",
|
|
"ipFamilies": [
|
|
"IPv4"
|
|
],
|
|
"ipFamilyPolicy": "SingleStack",
|
|
"ports": [
|
|
{
|
|
"name": "http-port",
|
|
"port": 7777,
|
|
"protocol": "TCP",
|
|
"targetPort": 80
|
|
}
|
|
],
|
|
"selector": {
|
|
"app": "httpbin"
|
|
},
|
|
"sessionAffinity": "None",
|
|
"type": "ClusterIP"
|
|
},
|
|
"status": {
|
|
"loadBalancer": {}
|
|
}
|
|
} |