Skip to content

Commit

Permalink
chore: cleanup unused manifests and patches for coroot
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaubrey committed Jul 12, 2024
1 parent ee6e68d commit 52ecf39
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 136 deletions.
17 changes: 0 additions & 17 deletions deployments/epp/previews/epp-previews.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,23 +86,6 @@ spec:
is_automated: "yeah"
show_previews: all
disallow_robots: all
patches:
- target:
kind: Deployment
name: epp-client
patch: |
apiVersion: apps/v1
kind: Deployment
metadata:
name: any
spec:
template:
spec:
containers:
- name: epp-client
env:
- name: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT
value: http://coroot.coroot:8080/v1/traces
- raw: |
apiVersion: templates.kluctl.io/v1alpha1
kind: GithubComment
Expand Down
65 changes: 0 additions & 65 deletions deployments/epp/staging/epp-kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,68 +65,3 @@ spec:
temporal_worker_import_docmaps_replicas: "2"
keda_autoscaler_namespace_fix: 'epp--staging'
epp_server_metrics_url: https://prod--gateway.elifesciences.org
patches:
- target:
kind: Deployment
name: epp-client
patch: |
apiVersion: apps/v1
kind: Deployment
metadata:
name: any
spec:
template:
spec:
containers:
- name: epp-client
env:
- name: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT
value: http://coroot.coroot:8080/v1/traces
- target:
kind: Deployment
name: epp-server
patch: |
apiVersion: apps/v1
kind: Deployment
metadata:
name: any
spec:
template:
spec:
containers:
- name: epp-server
env:
- name: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT
value: http://coroot.coroot:8080/v1/traces
- target:
kind: Deployment
name: epp-import-worker-docmaps
patch: |
apiVersion: apps/v1
kind: Deployment
metadata:
name: any
spec:
template:
spec:
containers:
- name: epp-import
env:
- name: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT
value: http://coroot.coroot:8080/v1/traces
- target:
kind: Deployment
name: epp-import-worker-epp
patch: |
apiVersion: apps/v1
kind: Deployment
metadata:
name: any
spec:
template:
spec:
containers:
- name: epp-import
env:
- name: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT
value: http://coroot.coroot:8080/v1/traces
1 change: 0 additions & 1 deletion system/clusterclasses/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ kind: Kustomization
resources:
- ../../infra
- ../../ack-system
# - ../../coroot
- ../../database
- ../../external-secrets
- ../../gitops-dashboard
Expand Down
7 changes: 0 additions & 7 deletions system/coroot/kustomization.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions system/coroot/namespace.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions system/coroot/release.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions system/coroot/source.yaml

This file was deleted.

0 comments on commit 52ecf39

Please sign in to comment.