gx10-gitops: capture live manifests for 32 product namespaces (ArgoCD adoption source)
This commit is contained in:
11
apps-gx10/fc-tenant-fit/configmap-fit-web-nginx-conf.json
Normal file
11
apps-gx10/fc-tenant-fit/configmap-fit-web-nginx-conf.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"apiVersion": "v1",
|
||||
"data": {
|
||||
"default.conf": "server {\n listen 80;\n server_name _;\n root /usr/share/nginx/html;\n index index.html;\n location / { try_files $uri $uri/ =404; }\n location /healthz { access_log off; return 200 \"ok\"; add_header Content-Type text/plain; }\n}\n"
|
||||
},
|
||||
"kind": "ConfigMap",
|
||||
"metadata": {
|
||||
"name": "fit-web-nginx-conf",
|
||||
"namespace": "fc-tenant-fit"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user