mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Deploy ingress, lego and dashboard
This commit is contained in:
parent
bf83e675f2
commit
f468fd3e34
43 changed files with 1321 additions and 142 deletions
7
roles/kubernetes-dashboard/files/heapster-sa.yml
Normal file
7
roles/kubernetes-dashboard/files/heapster-sa.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: heapster
|
||||
namespace: kube-system
|
||||
labels:
|
||||
k8s-addon: monitoring-standalone.addons.k8s.io
|
||||
Loading…
Add table
Add a link
Reference in a new issue