changed naming of load-balancer task

This commit is contained in:
Radar231 2021-10-19 14:38:19 -04:00
parent b38beaa556
commit 57adae301d
1 changed files with 2 additions and 2 deletions

View File

@ -34,10 +34,10 @@
namespace: home-automation
src: "{{ devpath }}/k8s_home-assistant/home-assistant_deployment.yml"
- name: Create the svclb object
- name: Create the load-balancer object
community.kubernetes.k8s:
state: present
namespace: home-automation
src: "{{ devpath }}/k8s_home-assistant/home-assistant_svclb.yml"
src: "{{ devpath }}/k8s_home-assistant/home-assistant_lb.yml"
# EOF