mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
75 lines
2.1 KiB
JSON
75 lines
2.1 KiB
JSON
{
|
|
"apiVersion": "v1",
|
|
"kind": "Service",
|
|
"metadata": {
|
|
"creationTimestamp": "2023-12-18T00:34:22Z",
|
|
"labels": {
|
|
"event": "FROM-MUTATION-WEBHOOK"
|
|
},
|
|
"managedFields": [
|
|
{
|
|
"apiVersion": "v1",
|
|
"fieldsType": "FieldsV1",
|
|
"fieldsV1": {
|
|
"f:spec": {
|
|
"f:ports": {
|
|
"k:{\"port\":333,\"protocol\":\"TCP\"}": {
|
|
".": {},
|
|
"f:name": {},
|
|
"f:port": {}
|
|
},
|
|
"k:{\"port\":7777,\"protocol\":\"TCP\"}": {
|
|
".": {},
|
|
"f:name": {},
|
|
"f:port": {},
|
|
"f:targetPort": {}
|
|
}
|
|
},
|
|
"f:selector": {}
|
|
}
|
|
},
|
|
"manager": "argocd-controller",
|
|
"operation": "Apply",
|
|
"time": "2023-12-18T00:38:28Z"
|
|
}
|
|
],
|
|
"name": "httpbin-svc",
|
|
"namespace": "httpbin",
|
|
"resourceVersion": "2836",
|
|
"uid": "0e898e6f-c275-476d-9b4f-5e96072cc129"
|
|
},
|
|
"spec": {
|
|
"clusterIP": "10.43.223.115",
|
|
"clusterIPs": [
|
|
"10.43.223.115"
|
|
],
|
|
"internalTrafficPolicy": "Cluster",
|
|
"ipFamilies": [
|
|
"IPv4"
|
|
],
|
|
"ipFamilyPolicy": "SingleStack",
|
|
"ports": [
|
|
{
|
|
"name": "http-port",
|
|
"port": 7777,
|
|
"protocol": "TCP",
|
|
"targetPort": 80
|
|
},
|
|
{
|
|
"name": "test",
|
|
"port": 333,
|
|
"protocol": "TCP",
|
|
"targetPort": 333
|
|
}
|
|
],
|
|
"selector": {
|
|
"app": "httpbin"
|
|
},
|
|
"sessionAffinity": "None",
|
|
"type": "ClusterIP"
|
|
},
|
|
"status": {
|
|
"loadBalancer": {}
|
|
}
|
|
}
|