mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Use treafik ingress controller instead of nginx
This commit is contained in:
parent
ed24aa4f8d
commit
d8d9733ed9
25 changed files with 187 additions and 325 deletions
|
|
@ -83,23 +83,3 @@
|
|||
- { 'name': 'heapster', 'type': 'deployment', 'file': '/tmp/heapster-deployment.yml' }
|
||||
when: inventory_hostname == initial_master
|
||||
|
||||
- name: Removing manifest
|
||||
file:
|
||||
path: "/tmp/{{ item }}"
|
||||
state: absent
|
||||
with_items:
|
||||
- dashboard-ingress.yml.j2
|
||||
- dashboard-deployment.yml.j2
|
||||
- dashboard-clusterrolebinding.yml
|
||||
- dashboard-rolebinding.yml
|
||||
- dashboard-role.yml
|
||||
- dashboard-sa.yml
|
||||
- dashboard-secret.yml
|
||||
- dashboard-service.yml
|
||||
- heapster-rolebinding.yml
|
||||
- heapster-clusterrolebinding.yml
|
||||
- heapster-role.yml
|
||||
- heapster-sa.yml
|
||||
- heapster-service.yml
|
||||
- heapster-deployment.yml
|
||||
when: inventory_hostname == initial_master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue