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:
|
resource:
|
||||||
name: memory
|
name: memory
|
||||||
targetAverageUtilization: 60
|
targetAverageUtilization: 60
|
||||||
#ports:
|
{% if traefik_service_type == "NodePort" and false %}
|
||||||
# web:
|
ports:
|
||||||
|
web:
|
||||||
# redirectTo: websecure
|
# redirectTo: websecure
|
||||||
# hostPort: 80
|
# hostPort: 80
|
||||||
# websecure:
|
nodePort: 80
|
||||||
|
websecure:
|
||||||
# hostPort: 443
|
# hostPort: 443
|
||||||
|
nodePort: 443
|
||||||
# tls:
|
# tls:
|
||||||
# enabled: true
|
# enabled: true
|
||||||
# options: default
|
# options: default
|
||||||
|
{% endif %}
|
||||||
volumes:
|
volumes:
|
||||||
- mountPath: /etc/traefik
|
- mountPath: /etc/traefik
|
||||||
name: traefik-conf
|
name: traefik-conf
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue