Created
January 24, 2023 17:34
-
-
Save initcron/f8099b32b456cb04e2e64263eaf9abfb to your computer and use it in GitHub Desktop.
traefik deployment customization spec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ports: | |
traefik: | |
port: 9000 | |
expose: true | |
exposedPort: 9000 | |
nodePort: 30300 | |
protocol: TCP | |
web: | |
port: 8000 | |
expose: true | |
exposedPort: 80 | |
nodePort: 30400 | |
protocol: TCP | |
service: | |
enabled: true | |
single: true | |
type: NodePort |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment