Encryption and major changes

This commit is contained in:
2024-09-28 23:12:19 +02:00
parent 1f060541c3
commit 6248286ad2
159 changed files with 153 additions and 129 deletions
@@ -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