Skip to content

Instantly share code, notes, and snippets.

@initcron
Created January 24, 2023 17:34
Show Gist options
  • Save initcron/f8099b32b456cb04e2e64263eaf9abfb to your computer and use it in GitHub Desktop.
Save initcron/f8099b32b456cb04e2e64263eaf9abfb to your computer and use it in GitHub Desktop.
traefik deployment customization spec
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