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
spec:
ports:
- port: 8443
- port: 80
targetPort: 80
name: http
- port: 443
targetPort: 8443
protocol: TCP
name: kubernetes-dashboard
name: https
selector:
k8s-app: kubernetes-dashboard
---