mirror of
https://github.com/bitinflow/laravel-docker-k8s.git
synced 2026-03-13 13:35:52 +00:00
11 lines
138 B
JSON
Executable File
11 lines
138 B
JSON
Executable File
{
|
|
"kind": "Namespace",
|
|
"apiVersion": "v1",
|
|
"metadata": {
|
|
"name": "laravel",
|
|
"labels": {
|
|
"name": "staging"
|
|
}
|
|
}
|
|
}
|