Add test with nodeports
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
eb0b205efb
commit
736ac64ff0
1 changed files with 7 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue