Update traefik role

This commit is contained in:
Adrien Reslinger 2024-09-28 18:55:34 +02:00
parent 8db2742da0
commit 232cd4de5d
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
5 changed files with 64 additions and 7 deletions

View file

@ -140,11 +140,10 @@ metrics:
# severity: warning
# annotations:
# summary: "Traefik Down"
# description: "{{ $labels.pod }} on {{ $labels.nodename }} is down"
# description: "{% raw %}{{ $labels.pod }} on {{ $labels.nodename }} is down{% endraw %}"
experimental:
plugins:
enabled: true
{% if traefik_ondemand is defined %}
plugins:
sablier:
moduleName: "github.com/acouvreur/sablier"
version: "v1.7.0"
@ -155,3 +154,10 @@ experimental:
hub:
enabled: true
{% endif %}
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop: [ALL]
readOnlyRootFilesystem: true
seccompProfile:
type: RuntimeDefault