Add test with nodeports
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2022-05-10 00:35:31 +02:00
parent eb0b205efb
commit 736ac64ff0
Signed by: adrien
GPG key ID: DA7B27055C66D6DE

View file

@ -35,15 +35,19 @@ autoscaling:
resource:
name: memory
targetAverageUtilization: 60
#ports:
# web:
{% if traefik_service_type == "NodePort" and false %}
ports:
web:
# redirectTo: websecure
# hostPort: 80
# websecure:
nodePort: 80
websecure:
# hostPort: 443
nodePort: 443
# tls:
# enabled: true
# options: default
{% endif %}
volumes:
- mountPath: /etc/traefik
name: traefik-conf