Encryption and major changes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
- name: Loadbalancer | Setup '{{ lb_provider }}'
|
||||
ansible.builtin.include_tasks: "loadbalancer/{{ lb_provider }}.yaml"
|
||||
- name: Loadbalancer | Setup '{{ microk8s_lb_provider }}'
|
||||
ansible.builtin.include_tasks: "loadbalancer/{{ microk8s_lb_provider }}.yaml"
|
||||
|
||||
- name: Loadbalancer | Create Loadbalancer for Nginx ingress
|
||||
environment:
|
||||
@@ -23,9 +23,9 @@
|
||||
ports:
|
||||
- name: http
|
||||
protocol: TCP
|
||||
port: "{{ lb_http_port }}"
|
||||
port: "{{ microk8s_lb_http_port }}"
|
||||
targetPort: 80
|
||||
- name: https
|
||||
protocol: TCP
|
||||
port: "{{ lb_https_port }}"
|
||||
port: "{{ microk8s_lb_https_port }}"
|
||||
targetPort: 443
|
||||
|
||||
Reference in New Issue
Block a user