gx10-gitops: capture live manifests for 32 product namespaces (ArgoCD adoption source)
This commit is contained in:
29
apps-gx10/tts/service-gx10-tts.json
Normal file
29
apps-gx10/tts/service-gx10-tts.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"apiVersion": "v1",
|
||||
"kind": "Service",
|
||||
"metadata": {
|
||||
"labels": {
|
||||
"app": "gx10-tts"
|
||||
},
|
||||
"name": "gx10-tts",
|
||||
"namespace": "tts"
|
||||
},
|
||||
"spec": {
|
||||
"externalTrafficPolicy": "Cluster",
|
||||
"internalTrafficPolicy": "Cluster",
|
||||
"ports": [
|
||||
{
|
||||
"name": "http",
|
||||
"nodePort": 30850,
|
||||
"port": 8500,
|
||||
"protocol": "TCP",
|
||||
"targetPort": 8500
|
||||
}
|
||||
],
|
||||
"selector": {
|
||||
"app": "gx10-tts"
|
||||
},
|
||||
"sessionAffinity": "None",
|
||||
"type": "NodePort"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user