From 25c11905b91be07463ef3e68a447757ff02e04d5 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Fri, 13 Jun 2025 00:57:58 +0300 Subject: [PATCH] Remove old configmap --- cloudflared-config.yaml | 135 ------------------------------ manifests/cloudflared/values.yaml | 5 +- 2 files changed, 1 insertion(+), 139 deletions(-) delete mode 100644 cloudflared-config.yaml diff --git a/cloudflared-config.yaml b/cloudflared-config.yaml deleted file mode 100644 index b50d099..0000000 --- a/cloudflared-config.yaml +++ /dev/null @@ -1,135 +0,0 @@ -apiVersion: v1 -data: - config.yaml: | - tunnel: b50bbf48-0a2f-47ce-b73e-336b6718318b - credentials-file: /etc/cloudflared/credentials.json - - 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 -kind: ConfigMap -metadata: - annotations: - kubectl.kubernetes.io/last-applied-configuration: > - {"apiVersion":"v1","data":{"config.yaml":"tunnel: - b50bbf48-0a2f-47ce-b73e-336b6718318b\ncredentials-file: - /etc/cloudflared/credentials.json\n\ningress:\n - hostname: - traefik.dvirlabs.com\n service: - http://traefik-dashboard.traefik.svc.cluster.local:8080\n\n - hostname: - rancher.dvirlabs.com\n service: - https://rancher.cattle-system.svc.cluster.local:443\n - originRequest:\n noTLSVerify: true\n\n - hostname: - woodpecker.dvirlabs.com\n service: - http://woodpecker.woodpecker.svc.cluster.local:80\n\n - hostname: - gitea.dvirlabs.com\n service: - http://gitea.gitea.svc.cluster.local:3000\n\n - hostname: - grafana.dvirlabs.com\n #service: - http://traefik.traefik.svc.cluster.local:8000\n service: - http://192.168.10.170:31612\n\n\n\n - service: - http_status:404\n"},"kind":"ConfigMap","metadata":{"annotations":{},"name":"cloudflared-config","namespace":"traefik"}} - creationTimestamp: '2025-04-13T19:36:21Z' - managedFields: - - apiVersion: v1 - fieldsType: FieldsV1 - fieldsV1: - f:data: {} - f:metadata: - f:annotations: - .: {} - f:kubectl.kubernetes.io/last-applied-configuration: {} - manager: kubectl-client-side-apply - operation: Update - time: '2025-04-15T23:19:06Z' - - apiVersion: v1 - fieldsType: FieldsV1 - fieldsV1: - f:data: - f:config.yaml: {} - manager: rancher - operation: Update - time: '2025-06-04T22:52:30Z' - name: cloudflared-config - namespace: traefik - resourceVersion: '12779879' - uid: 3ed87e59-09b9-4993-9646-9f463a9c97f3 diff --git a/manifests/cloudflared/values.yaml b/manifests/cloudflared/values.yaml index 649cb54..934a660 100644 --- a/manifests/cloudflared/values.yaml +++ b/manifests/cloudflared/values.yaml @@ -98,7 +98,4 @@ cloudflared: - --config - /etc/cloudflared/config/config.yaml - run - - b50bbf48-0a2f-47ce-b73e-336b6718318b - - -# Fake commit \ No newline at end of file + - b50bbf48-0a2f-47ce-b73e-336b6718318b \ No newline at end of file