Add new values to cloudflare tunnel
This commit is contained in:
parent
1544c78b6f
commit
817454452c
@ -1,7 +1,90 @@
|
|||||||
cloudflare:
|
cloudflare:
|
||||||
tunnelName: b50bbf48-0a2f-47ce-b73e-336b6718318b # 👈 used in ConfigMap
|
tunnelName: b50bbf48-0a2f-47ce-b73e-336b6718318b
|
||||||
enableWarp: false # 👈 default in your config.yaml template
|
enableWarp: false
|
||||||
secretName: cloudflared-creds # 👈 used to mount credentials.json
|
secretName: cloudflared-creds
|
||||||
|
|
||||||
|
ingress:
|
||||||
|
- hostname: traefik.dvirlabs.com
|
||||||
|
service: http://traefik-dashboard.traefik.svc.cluster.local:8080
|
||||||
|
|
||||||
|
- hostname: rancher.dvirlabs.com
|
||||||
|
service: https://rancher.cattle-system.svc.cluster.local:443
|
||||||
|
originRequest:
|
||||||
|
noTLSVerify: true
|
||||||
|
|
||||||
|
- hostname: grafana.dvirlabs.com
|
||||||
|
service: http://grafana-prod.monitoring.svc.cluster.local:80
|
||||||
|
|
||||||
|
- hostname: grafana-int.dvirlabs.com
|
||||||
|
service: http://grafana-int.monitoring.svc.cluster.local:80
|
||||||
|
|
||||||
|
- hostname: pve.dvirlabs.com
|
||||||
|
service: https://192.168.10.120:8006
|
||||||
|
originRequest:
|
||||||
|
noTLSVerify: true
|
||||||
|
|
||||||
|
- hostname: git.dvirlabs.com
|
||||||
|
service: http://gitea-http.dev-tools.svc.cluster.local:3000
|
||||||
|
|
||||||
|
- hostname: woodpecker.dvirlabs.com
|
||||||
|
service: http://woodpecker-server.dev-tools.svc.cluster.local:80
|
||||||
|
|
||||||
|
- hostname: argocd.dvirlabs.com
|
||||||
|
service: http://argocd-server.argocd.svc.cluster.local:80
|
||||||
|
|
||||||
|
- hostname: prometheus.dvirlabs.com
|
||||||
|
service: http://prometheus-prod-server.monitoring.svc.cluster.local:80
|
||||||
|
|
||||||
|
- hostname: prometheus-int.dvirlabs.com
|
||||||
|
service: http://prometheus-int-server.monitoring.svc.cluster.local:80
|
||||||
|
|
||||||
|
- hostname: wiki.dvirlabs.com
|
||||||
|
service: http://wikijs.dev-tools.svc.cluster.local:3000
|
||||||
|
|
||||||
|
- hostname: minio.dvirlabs.com
|
||||||
|
service: http://minio-bitnami.infra.svc.cluster.local:9001
|
||||||
|
|
||||||
|
- hostname: s3.dvirlabs.com
|
||||||
|
service: http://minio-bitnami.infra.svc.cluster.local:9000
|
||||||
|
|
||||||
|
- hostname: keycloak.dvirlabs.com
|
||||||
|
service: http://keycloak.infra.svc.cluster.local:8080
|
||||||
|
|
||||||
|
- hostname: vault.dvirlabs.com
|
||||||
|
service: http://vault-ui.dev-tools.svc.cluster.local:8200
|
||||||
|
|
||||||
|
- hostname: kibana.dvirlabs.com
|
||||||
|
service: http://kibana-prod-kb-http.monitoring.svc.cluster.local:5601
|
||||||
|
|
||||||
|
- hostname: kibana-int.dvirlabs.com
|
||||||
|
service: http://kibana-int-kb-http.monitoring.svc.cluster.local:5601
|
||||||
|
|
||||||
|
- hostname: oramap.dvirlabs.com
|
||||||
|
service: http://oramap-oramap.my-apps.svc.cluster.local:80
|
||||||
|
|
||||||
|
- hostname: navix.dvirlabs.com
|
||||||
|
service: http://navix-frontend.my-apps.svc.cluster.local:80
|
||||||
|
|
||||||
|
- hostname: webmail.dvirlabs.com
|
||||||
|
service: https://mailu-front.mail-services.svc.cluster.local:443
|
||||||
|
originRequest:
|
||||||
|
noTLSVerify: true
|
||||||
|
|
||||||
|
- hostname: harbor.dvirlabs.com
|
||||||
|
service: https://traefik.traefik.svc.cluster.local:443
|
||||||
|
originRequest:
|
||||||
|
originServerName: harbor.dvirlabs.com
|
||||||
|
noTLSVerify: true
|
||||||
|
|
||||||
|
- hostname: nas.dvirlabs.com
|
||||||
|
service: https://192.168.10.155:10000
|
||||||
|
originRequest:
|
||||||
|
noTLSVerify: true
|
||||||
|
|
||||||
|
- hostname: vered.dvirlabs.com
|
||||||
|
service: http://192.168.10.118:1212
|
||||||
|
|
||||||
|
- service: http_status:404
|
||||||
|
|
||||||
cloudflared:
|
cloudflared:
|
||||||
image:
|
image:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user