diff --git a/manifests/cloudflared/values.yaml b/manifests/cloudflared/values.yaml index 23b3c69..e08ac4e 100644 --- a/manifests/cloudflared/values.yaml +++ b/manifests/cloudflared/values.yaml @@ -2,6 +2,74 @@ cloudflare: tunnelName: b50bbf48-0a2f-47ce-b73e-336b6718318b enableWarp: false 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: labmap.dvirlabs.com + service: http://labmap-frontend.my-apps.svc.cluster.local:80 + - hostname: api-labmap.dvirlabs.com + service: http://labmap-backend.my-apps.svc.cluster.local:8000 + - 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: nachmani-bot.dvirlabs.com + service: http://192.168.10.9:8080 + - 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: chai3.dvirlabs.com + service: http://app-3.sandbox.svc.cluster.local:80 + - hostname: chai2.dvirlabs.com + service: http://app-2.sandbox.svc.cluster.local:80 + - hostname: chai1.dvirlabs.com + service: http://app-1.sandbox.svc.cluster.local:80 cloudflared: image: repository: cloudflare/cloudflared @@ -15,21 +83,3 @@ cloudflared: - /etc/cloudflared/config/config.yaml - run - b50bbf48-0a2f-47ce-b73e-336b6718318b - ingress: - tunnelName: b50bbf48-0a2f-47ce-b73e-336b6718318b - enableWarp: false - secretName: cloudflared-creds -cloudflared: - image: - repository: cloudflare/cloudflared - tag: "2025.6.0" - pullPolicy: IfNotPresent - metrics: - enabled: false - args: - - tunnel - - --config - - /etc/cloudflared/config/config.yaml - - run - - b50bbf48-0a2f-47ce-b73e-336b6718318b - ingress: