mirror of https://github.com/easzlab/kubeasz.git
更新 dashboard 镜像版本: v1.10.0
parent
1b03585334
commit
3efa846f95
|
@ -12,11 +12,6 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
# Configuration to deploy release version of the Dashboard UI compatible with
|
|
||||||
# Kubernetes 1.8.
|
|
||||||
#
|
|
||||||
# Example usage: kubectl create -f <this_file>
|
|
||||||
|
|
||||||
# ------------------- Dashboard Secret ------------------- #
|
# ------------------- Dashboard Secret ------------------- #
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
@ -95,7 +90,7 @@ subjects:
|
||||||
# ------------------- Dashboard Deployment ------------------- #
|
# ------------------- Dashboard Deployment ------------------- #
|
||||||
|
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
apiVersion: apps/v1beta1
|
apiVersion: apps/v1beta2
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
k8s-app: kubernetes-dashboard
|
k8s-app: kubernetes-dashboard
|
||||||
|
@ -115,7 +110,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: kubernetes-dashboard
|
- name: kubernetes-dashboard
|
||||||
#image: k8s.gcr.io/kubernetes-dashboard-amd64:v1.8.3
|
#image: k8s.gcr.io/kubernetes-dashboard-amd64:v1.8.3
|
||||||
image: mirrorgooglecontainers/kubernetes-dashboard-amd64:v1.8.3
|
image: mirrorgooglecontainers/kubernetes-dashboard-amd64:v1.10.0
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8443
|
- containerPort: 8443
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|
Loading…
Reference in New Issue