mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-25 12:17:52 +00:00
Update web ui to v1 api
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"k8sApiServer": "/api/v1beta3",
|
||||
"k8sApiServer": "/api/v1",
|
||||
"k8sDataServer": "",
|
||||
"k8sDataPollMinIntervalSec": 10,
|
||||
"k8sDataPollMaxIntervalSec": 120,
|
||||
|
@@ -2,7 +2,7 @@ angular.module("kubernetesApp.config", [])
|
||||
|
||||
.constant("ENV", {
|
||||
"/": {
|
||||
"k8sApiServer": "/api/v1beta3",
|
||||
"k8sApiServer": "/api/v1",
|
||||
"k8sDataServer": "",
|
||||
"k8sDataPollMinIntervalSec": 10,
|
||||
"k8sDataPollMaxIntervalSec": 120,
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"k8sApiServer": "/api/v1beta3",
|
||||
"k8sApiServer": "/api/v1",
|
||||
"k8sDataServer": "",
|
||||
"k8sDataPollMinIntervalSec": 10,
|
||||
"k8sDataPollMaxIntervalSec": 120,
|
||||
|
Reference in New Issue
Block a user