From 96138fd42e671a70864f113e30d9ddd0025f69cb Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 14 Apr 2024 09:10:37 -0500 Subject: [PATCH] remove unused files --- argocd/templates/octopus-tentacle.yaml | 21 --- jaeger/Chart.yaml | 13 -- jaeger/values.yaml | 0 octopus-tentacle/Chart.yaml | 7 - octopus-tentacle/templates/deployment.yaml | 46 ----- octopus-tentacle/templates/secret.yaml | 15 -- octopus-tentacle/templates/service.yaml | 13 -- traefik-mesh/Chart.yaml | 12 -- traefik-mesh/values.yaml | 209 --------------------- 9 files changed, 336 deletions(-) delete mode 100644 argocd/templates/octopus-tentacle.yaml delete mode 100644 jaeger/Chart.yaml delete mode 100644 jaeger/values.yaml delete mode 100644 octopus-tentacle/Chart.yaml delete mode 100644 octopus-tentacle/templates/deployment.yaml delete mode 100644 octopus-tentacle/templates/secret.yaml delete mode 100644 octopus-tentacle/templates/service.yaml delete mode 100644 traefik-mesh/Chart.yaml delete mode 100644 traefik-mesh/values.yaml diff --git a/argocd/templates/octopus-tentacle.yaml b/argocd/templates/octopus-tentacle.yaml deleted file mode 100644 index e8a3806..0000000 --- a/argocd/templates/octopus-tentacle.yaml +++ /dev/null @@ -1,21 +0,0 @@ -#apiVersion: argoproj.io/v1alpha1 -#kind: Application -#metadata: -# name: octopus-tentacle -# namespace: argocd -#spec: -# project: default -# source: -# repoURL: https://gitea.durp.info/DeveloperDurp/homelab.git -# targetRevision: main -# path: octopus-tentacle -# destination: -# namespace: octopus-tentacle -# name: in-cluster -# syncPolicy: -# automated: -# prune: true -# selfHeal: true -# syncOptions: -# - CreateNamespace=true -# diff --git a/jaeger/Chart.yaml b/jaeger/Chart.yaml deleted file mode 100644 index 1fb256a..0000000 --- a/jaeger/Chart.yaml +++ /dev/null @@ -1,13 +0,0 @@ -apiVersion: v2 -name: jaeger -description: A Helm chart for Kubernetes -type: application - -version: 0.1.0 -appVersion: "1.16.0" - -dependencies: -- name: jaeger - repository: https://jaegertracing.github.io/helm-charts - version: 0.71.10 - diff --git a/jaeger/values.yaml b/jaeger/values.yaml deleted file mode 100644 index e69de29..0000000 diff --git a/octopus-tentacle/Chart.yaml b/octopus-tentacle/Chart.yaml deleted file mode 100644 index a6141cd..0000000 --- a/octopus-tentacle/Chart.yaml +++ /dev/null @@ -1,7 +0,0 @@ -apiVersion: v2 -name: octopus-tentacle -description: A Helm chart for Kubernetes -type: application - -version: 0.1.0 -appVersion: "0.1.0" diff --git a/octopus-tentacle/templates/deployment.yaml b/octopus-tentacle/templates/deployment.yaml deleted file mode 100644 index c77fb85..0000000 --- a/octopus-tentacle/templates/deployment.yaml +++ /dev/null @@ -1,46 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: octopus-tentacle - labels: - app: octopus-tentacle -spec: - selector: - matchLabels: - app: octopus-tentacle - replicas: 1 - template: - metadata: - labels: - app: octopus-tentacle - spec: - containers: - - name: octopus-tentacle - image: registry.internal.durp.info/octopusdeploy/tentacle:latest - imagePullPolicy: Always - securityContext: - allowPrivilegeEscalation: true - privileged: true - ports: - - name: http - containerPort: 10933 - env: - - name: ACCEPT_EULA - value: "Y" - - name: ListeningPort - value: "10933" - - name: ServerUrl - value: "https://octopus.internal.durp.info" - - name: TargetWorkerPool - value: "Default Worker Pool" - - name: CustomPublicHostName - value: "192.168.20.132" - - name: PublicHostNameConfiguration - value: "Custom" - - name: TargetName - value: "k3s" - - name: ServerApiKey - valueFrom: - secretKeyRef: - name: octopus-tentacle-secret - key: key diff --git a/octopus-tentacle/templates/secret.yaml b/octopus-tentacle/templates/secret.yaml deleted file mode 100644 index 20e4676..0000000 --- a/octopus-tentacle/templates/secret.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: external-secrets.io/v1beta1 -kind: ExternalSecret -metadata: - name: octopus-tentacle-secret -spec: - secretStoreRef: - name: vault - kind: ClusterSecretStore - target: - name: octopus-tentacle-secret - data: - - secretKey: key - remoteRef: - key: secrets/octopus/api - property: key diff --git a/octopus-tentacle/templates/service.yaml b/octopus-tentacle/templates/service.yaml deleted file mode 100644 index 870aa48..0000000 --- a/octopus-tentacle/templates/service.yaml +++ /dev/null @@ -1,13 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: octopus-tentacle -spec: - ports: - - name: http - port: 10933 - targetPort: 10933 - protocol: TCP - type: LoadBalancer - selector: - app: octopus-tentacle diff --git a/traefik-mesh/Chart.yaml b/traefik-mesh/Chart.yaml deleted file mode 100644 index a05b63b..0000000 --- a/traefik-mesh/Chart.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: v2 -name: traefik-mesh -description: A Helm chart for Kubernetes -type: application - -version: 0.1.0 -appVersion: "1.16.0" - -dependencies: -- name: traefik-mesh - repository: https://traefik.github.io/charts - version: 4.1.1 diff --git a/traefik-mesh/values.yaml b/traefik-mesh/values.yaml deleted file mode 100644 index 904c0f9..0000000 --- a/traefik-mesh/values.yaml +++ /dev/null @@ -1,209 +0,0 @@ -traefik-mesh: - # Default values for Traefik Mesh. - - # acl: true - - # kubedns: true - - # clusterDomain: cluster.local - - # logLevel: error - # logFormat: common - - # defaultMode: http - - limits: - http: 10 - tcp: 25 - udp: 25 - - controller: - image: - name: traefik/mesh - # (Optional) - pullPolicy: Always - # (Optional) - # tag: v1.1.0 - # (Optional) - # pullSecret: xxx - - # logLevel: error - # logFormat: common - - # ignoreNamespaces: - # - example - - # watchNamespaces: - # - example - - resources: - limit: - mem: 100Mi - cpu: 200m - request: - mem: 50Mi - cpu: 100m - - # Added so we can launch on nodes with restrictions. - nodeSelector: {} - tolerations: [] - affinity: {} - - proxy: - image: - name: traefik - # (Optional) - pullPolicy: Always - # (Optional) - # tag: v2.5 - # (Optional) - # pullSecret: xxx - - # logLevel: error - # logFormat: common - - # pollInterval: 1s - # pollTimeout: 1s - - # forwardingTimeouts: - # dialTimeout: 30s - # (Optional) - # responseHeaderTimeout: 0s - # (Optional) - # idleConnTimeout: 1s - - # env: - # - name: NAME - # value: "value" - - # envFrom: - # - configMapRef: - # name: config - - # additionalArguments: - # - "--name=value" - - resources: - limit: - mem: 100Mi - cpu: 200m - request: - mem: 50Mi - cpu: 100m - - # Added so we can launch on nodes with restrictions. - nodeSelector: {} - tolerations: [] - - # Additional deployment annotations. - # annotations: {} - - # Additional pod annotations. - # podAnnotations: {} - - # - # Tracing configuration. - # - tracing: - deploy: true - jaeger: - enabled: true - # (Optional) - # localAgentHostPort: "127.0.0.1:6831" - # (Optional) - # samplingServerURL: "http://localhost:5778/sampling" - # datadog: - # localAgentHostPort: "127.0.0.1:8126" - # (Optional) - # debug: true - # (Optional) - # globalTag: "sample" - # (Optional) - # prioritySampling: true - # zipkin: - # httpEndpoint: "127.0.0.1:8125" - # (Optional) - # sameSpan: true - # (Optional) - # id128Bit: false - # (Optional) - # sampleRate: 0.2 - # instana: - # localAgentHost: "127.0.0.1" - # localAgentPort: 42699 - # logLevel: info - # haystack: - # localAgentHost: "127.0.0.1" - # localAgentPort: 42699 - # (Optional) - # globalTag: "sample:test" - # (Optional) - # traceIDHeaderName: "sample" - # (Optional) - # parentIDHeaderName: "sample" - # (Optional) - # spanIDHeaderName: "sample" - # (Optional) - # baggagePrefixHeaderName: "sample" - - # - # Metrics configuration. - # - metrics: - deploy: true - prometheus: - # whether to expose Prometheus metrics - enabled: true - # (Optional) - # addEntrypointsLabels: true - # (Optional) - # addServiceLabels: true - # (Optional) - # buckets: 0.100000, 0.300000, 1.200000, 5.000000 - ## you can override values of the metrics subchart here. - ## check charts/metrics/values.yaml for the defaults. - ## example: - # grafana: - # storageClassName: "metrics-storage" - # resources: - # limit: - # mem: "500Mi" - # cpu: "500m" - # request: - # mem: "200Mi" - # cpu: "200m" - # datadog: - # address: "127.0.0.1:8125" - # (Optional) - # addEntrypointsLabels: true - # (Optional) - # addServiceLabels: true - # (Optional) - # pushInterval: 10s - # influxdb: - # address: "localhost:8089" - # protocol: "udp" - # (Optional) - # database: "db" - # (Optional) - # retentionPolicy: "two_hours" - # (Optional) - # username: "john" - # (Optional) - # password: "secret" - # (Optional) - # addEntrypointsLabels: true - # (Optional) - # addServiceLabels: true - # (Optional) - # pushInterval: 10s - # statsd: - # address: "127.0.0.1:8125" - # (Optional) - # addEntrypointsLabels: true - # (Optional) - # addServiceLabels: true - # (Optional) - # pushInterval: 10s - # (Optional) - # prefix: traefik