Skip to content

Commit

Permalink
feat(kromgo): add kromgo to cloudflared tunnel
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Apr 8, 2024
1 parent f01194b commit 7b1dae2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ ingress:
service: https://arc-webhook.${SECRET_DOMAIN}
originRequest:
httpHostHeader: arc-webhook.${SECRET_DOMAIN}
- hostname: kromgo.${SECRET_DOMAIN}
service: https://kromgo.${SECRET_DOMAIN}
originRequest:
httpHostHeader: kromgo.${SECRET_DOMAIN}
# - hostname: example2.com
# service: localhost:8001
# The localhost:8002 service overrides some root-level config.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/affinity: "true"
traefik.ingress.kubernetes.io/router.tls: "true"
# external-dns.alpha.kubernetes.io/target: "${SECRET_CLOUDFLARE_TUNNEL_ID}.cfargotunnel.com"
external-dns.alpha.kubernetes.io/target: "${SECRET_CLOUDFLARE_TUNNEL_ID}.cfargotunnel.com"
# hajimari.io/icon: video-input-antenna
# hajimari.io/enable: "true"
hosts:
Expand Down

0 comments on commit 7b1dae2

Please sign in to comment.