Update traefik deployment
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
4e55bc09af
commit
2a2161a25d
3 changed files with 9 additions and 5 deletions
|
|
@ -1,6 +1,8 @@
|
|||
# https://github.com/traefik/traefik-helm-chart/blob/master/traefik/values.yaml
|
||||
#image:
|
||||
# tag: "{{ traefik_version }}"
|
||||
{% if traefik_version is defined %}
|
||||
image:
|
||||
tag: "{{ traefik_version }}"
|
||||
{% endif %}
|
||||
#fullnameOverride: "{{ my_context }}"
|
||||
additionalArguments:
|
||||
- --configFile=/etc/traefik/traefik.yaml
|
||||
|
|
@ -23,6 +25,7 @@ podDisruptionBudget:
|
|||
ingressClass:
|
||||
enabled: true
|
||||
isDefaultClass: true
|
||||
{% if false %}
|
||||
autoscaling:
|
||||
enabled: true
|
||||
minReplicas: 1
|
||||
|
|
@ -36,6 +39,7 @@ autoscaling:
|
|||
resource:
|
||||
name: memory
|
||||
targetAverageUtilization: 60
|
||||
{% endif %}
|
||||
{% if traefik_service_type == "NodePort" or traefik_hub_token is defined %}
|
||||
ports:
|
||||
{% if traefik_service_type == "NodePort" and false %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue