chore: promote node GitOps source 1b026d0
This commit is contained in:
@@ -0,0 +1,112 @@
|
||||
{
|
||||
"apiVersion": "v1",
|
||||
"kind": "List",
|
||||
"items": [
|
||||
{
|
||||
"apiVersion": "v1",
|
||||
"kind": "Service",
|
||||
"metadata": {
|
||||
"name": "g14-platform-postgres",
|
||||
"namespace": "hwlab-v03",
|
||||
"labels": {
|
||||
"app.kubernetes.io/name": "g14-platform-postgres",
|
||||
"app.kubernetes.io/part-of": "hwlab",
|
||||
"hwlab.pikastech.local/component": "platform-db-bridge",
|
||||
"hwlab.pikastech.local/environment": "v03",
|
||||
"hwlab.pikastech.local/gitops-target": "v03",
|
||||
"hwlab.pikastech.local/profile": "v03",
|
||||
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307"
|
||||
},
|
||||
"annotations": {
|
||||
"hwlab.pikastech.local/rendered-by": "scripts/gitops-render.mjs"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"type": "ClusterIP",
|
||||
"ports": [
|
||||
{
|
||||
"name": "postgres",
|
||||
"port": 5432,
|
||||
"targetPort": 5432,
|
||||
"protocol": "TCP"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"apiVersion": "v1",
|
||||
"kind": "Endpoints",
|
||||
"metadata": {
|
||||
"name": "g14-platform-postgres",
|
||||
"namespace": "hwlab-v03",
|
||||
"labels": {
|
||||
"app.kubernetes.io/name": "g14-platform-postgres",
|
||||
"app.kubernetes.io/part-of": "hwlab",
|
||||
"hwlab.pikastech.local/component": "platform-db-bridge",
|
||||
"hwlab.pikastech.local/environment": "v03",
|
||||
"hwlab.pikastech.local/gitops-target": "v03",
|
||||
"hwlab.pikastech.local/profile": "v03",
|
||||
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307"
|
||||
},
|
||||
"annotations": {
|
||||
"hwlab.pikastech.local/rendered-by": "scripts/gitops-render.mjs"
|
||||
}
|
||||
},
|
||||
"subsets": [
|
||||
{
|
||||
"addresses": [
|
||||
{
|
||||
"ip": "10.42.0.1"
|
||||
}
|
||||
],
|
||||
"ports": [
|
||||
{
|
||||
"name": "postgres",
|
||||
"port": 5432,
|
||||
"protocol": "TCP"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"apiVersion": "discovery.k8s.io/v1",
|
||||
"kind": "EndpointSlice",
|
||||
"metadata": {
|
||||
"name": "g14-platform-postgres-host",
|
||||
"namespace": "hwlab-v03",
|
||||
"labels": {
|
||||
"app.kubernetes.io/name": "g14-platform-postgres",
|
||||
"app.kubernetes.io/part-of": "hwlab",
|
||||
"hwlab.pikastech.local/component": "platform-db-bridge",
|
||||
"hwlab.pikastech.local/environment": "v03",
|
||||
"hwlab.pikastech.local/gitops-target": "v03",
|
||||
"hwlab.pikastech.local/profile": "v03",
|
||||
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307",
|
||||
"kubernetes.io/service-name": "g14-platform-postgres"
|
||||
},
|
||||
"annotations": {
|
||||
"hwlab.pikastech.local/rendered-by": "scripts/gitops-render.mjs"
|
||||
}
|
||||
},
|
||||
"addressType": "IPv4",
|
||||
"ports": [
|
||||
{
|
||||
"name": "postgres",
|
||||
"port": 5432,
|
||||
"protocol": "TCP"
|
||||
}
|
||||
],
|
||||
"endpoints": [
|
||||
{
|
||||
"addresses": [
|
||||
"10.42.0.1"
|
||||
],
|
||||
"conditions": {
|
||||
"ready": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user