gx10-gitops: capture live manifests for 32 product namespaces (ArgoCD adoption source)
This commit is contained in:
34
apps-gx10/fc-system/service-kiosk-web.json
Normal file
34
apps-gx10/fc-system/service-kiosk-web.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"apiVersion": "v1",
|
||||
"kind": "Service",
|
||||
"metadata": {
|
||||
"labels": {
|
||||
"app": "kiosk-web",
|
||||
"app.kubernetes.io/component": "web",
|
||||
"app.kubernetes.io/instance": "kiosk-web",
|
||||
"app.kubernetes.io/managed-by": "flowercore-kiosk",
|
||||
"app.kubernetes.io/name": "kiosk-web",
|
||||
"flowercore.io/created-by": "kiosk-fleshing-out-phase-2",
|
||||
"flowercore.io/tenant-id": "default",
|
||||
"project": "flowercore-kiosk"
|
||||
},
|
||||
"name": "kiosk-web",
|
||||
"namespace": "fc-system"
|
||||
},
|
||||
"spec": {
|
||||
"internalTrafficPolicy": "Cluster",
|
||||
"ports": [
|
||||
{
|
||||
"name": "http",
|
||||
"port": 8080,
|
||||
"protocol": "TCP",
|
||||
"targetPort": 8080
|
||||
}
|
||||
],
|
||||
"selector": {
|
||||
"app": "kiosk-web"
|
||||
},
|
||||
"sessionAffinity": "None",
|
||||
"type": "ClusterIP"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user