This commit is contained in:
2025-06-16 21:42:01 +02:00
parent c326e75516
commit b45aa7e309

View File

@@ -86,10 +86,12 @@ metadata:
namespace: kubernetes-dashboard namespace: kubernetes-dashboard
spec: spec:
ports: ports:
- port: 8443 - port: 80
targetPort: 80
name: http
- port: 443
targetPort: 8443 targetPort: 8443
protocol: TCP name: https
name: kubernetes-dashboard
selector: selector:
k8s-app: kubernetes-dashboard k8s-app: kubernetes-dashboard
--- ---