mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-01 22:34:14 +00:00
This update includes significant refactoring. It moves almost all of the logic into bash scripts, modeled after the `gci` cluster scripts. The primary differences between the two are the following: 1. Use of the `/opt/kubernetes` directory over `/home/kubernetes` 2. Support for rkt as a runtime 3. No use of logrotate 4. No use of `/etc/default/` 5. No logic related to noexec mounts or gci-specific firewall-stuff
15 lines
274 B
YAML
15 lines
274 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: kubernetes-dashboard
|
|
namespace: kube-system
|
|
labels:
|
|
k8s-app: kubernetes-dashboard
|
|
kubernetes.io/cluster-service: "true"
|
|
spec:
|
|
selector:
|
|
k8s-app: kubernetes-dashboard
|
|
ports:
|
|
- port: 80
|
|
targetPort: 9090
|