mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-25 01:10:22 +00:00
Compare commits
3 commits
c87c4c22ab
...
781c76004e
Author | SHA1 | Date | |
---|---|---|---|
|
781c76004e | ||
|
fc7495bd9a | ||
|
9f115e96b9 |
2 changed files with 1 additions and 8 deletions
|
@ -66,7 +66,7 @@ services:
|
||||||
- "traefik.http.routers.authentik-secure.rule=Host(`authentik.jimsgarage.co.uk`)"
|
- "traefik.http.routers.authentik-secure.rule=Host(`authentik.jimsgarage.co.uk`)"
|
||||||
- "traefik.http.routers.authentik-secure.tls=true"
|
- "traefik.http.routers.authentik-secure.tls=true"
|
||||||
- "traefik.http.routers.authentik-secure.service=authentik"
|
- "traefik.http.routers.authentik-secure.service=authentik"
|
||||||
- "traefik.http.services.authentik.loadbalancer.server.scheme=https"
|
- "traefik.http.services.authentik.loadbalancer.server.scheme=http"
|
||||||
- "traefik.http.services.authentik.loadbalancer.server.port=9443"
|
- "traefik.http.services.authentik.loadbalancer.server.port=9443"
|
||||||
- "traefik.docker.network=proxy"
|
- "traefik.docker.network=proxy"
|
||||||
worker:
|
worker:
|
||||||
|
|
|
@ -27,13 +27,6 @@ spec:
|
||||||
- image: visibilityspots/cloudflared
|
- image: visibilityspots/cloudflared
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: cloudflared
|
name: cloudflared
|
||||||
ports:
|
|
||||||
- containerPort: 53
|
|
||||||
name: dns
|
|
||||||
protocol: TCP
|
|
||||||
- containerPort: 67
|
|
||||||
name: dns-udp
|
|
||||||
protocol: UDP
|
|
||||||
env:
|
env:
|
||||||
- name: TUNNEL_METRICS
|
- name: TUNNEL_METRICS
|
||||||
value: 127.0.0.1:3000
|
value: 127.0.0.1:3000
|
||||||
|
|
Loading…
Reference in a new issue