Work on PodSecurityPolicy
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f668bb276c
commit
3bb04bb45c
10 changed files with 132 additions and 50 deletions
|
|
@ -49,7 +49,7 @@
|
|||
k8s_info:
|
||||
context: "{{ my_context }}"
|
||||
api_version: v1
|
||||
kind: Deployment
|
||||
kind: DaemonSet
|
||||
name: traefik
|
||||
namespace: '{{ traefik_namespace }}'
|
||||
field_selectors:
|
||||
|
|
@ -82,18 +82,19 @@
|
|||
resource_definition: "{{ lookup('template', item) | from_yaml }}"
|
||||
with_items:
|
||||
- "{{ lookup('vars', 'traefik_' + traefik_version | regex_replace('[.]','_') + '_list') }}"
|
||||
- traefik-psp.yml.j2
|
||||
- traefik-cm.yml.j2
|
||||
- traefik-sa.yml.j2
|
||||
- traefik-dp.yml.j2
|
||||
- traefik-svc.yml.j2
|
||||
- traefik-dashboard-svc.yml.j2
|
||||
# - traefik-svc.yml.j2
|
||||
# - traefik-dashboard-svc.yml.j2
|
||||
- traefik-middleware-httpsredirect.yml.j2
|
||||
- traefik-middleware-basicauth.yml.j2
|
||||
- traefik-middleware-headers.yml.j2
|
||||
- traefik-tls-options.yml.j2
|
||||
- traefik-dashboard.yml.j2
|
||||
- traefik-ingressroute.yml.j2
|
||||
- traefik-dashboard-insecure.yml.j2
|
||||
- traefik-ping.yml.j2
|
||||
# - traefik-ping.yml.j2
|
||||
|
||||
|
||||
- name: Define state of ipwhitelist middleware to present
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue