Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ahvth committed Feb 3, 2022
1 parent 784987b commit 1ffab76
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 97 deletions.
Binary file removed .github/workflows/.grafana.yaml.swp
Binary file not shown.
30 changes: 30 additions & 0 deletions .github/workflows/ingress.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
on:
push:
tags:
- v**

jobs:
deploy:
name: Deploy Ingress
runs-on: ubuntu-latest
environment: Catena-X dev/int
steps:

- name: Checkout repository
uses: actions/checkout@v2

- name: Set Kube Context
uses: azure/k8s-set-context@v1
with:
method: kubeconfig
kubeconfig: ${{ secrets.KUBECONFIG }}

- name: Deploy Ingress
run: |
kubectl apply -f Ingress/ingress-gw.yml
# - name: Upload artifact
# uses: actions/upload-artifact@v2
# with:
# name: my-artifact
# path: Grafana/values.yaml
5 changes: 2 additions & 3 deletions .github/workflows/monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
deploy:
name: Deploy Monitoring Stack
name: Deploy Prometheus and Thanos
runs-on: ubuntu-latest
environment: Catena-X dev/int
steps:
Expand Down Expand Up @@ -36,5 +36,4 @@ jobs:
kubectl apply -f Thanos/kubernetes/compactor-service-servicemonitor.yaml
kubectl apply -f Thanos/kubernetes/store-servicemonitor.yaml
kubectl apply -f Grafana/kubernetes/externalname.yml
kubectl apply -f Ingress/ingress-gw.yml
52 changes: 0 additions & 52 deletions Ingress/ingress-gw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,56 +16,4 @@ spec:
name: grafana
port:
number: 80
- host: backstage.47fc360e217349b384cd.germanywestcentral.aksapp.io
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: backstage
port:
number: 80
- host: edc.47fc360e217349b384cd.germanywestcentral.aksapp.io
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: edc
port:
number: 80

- host: prometheus.47fc360e217349b384cd.germanywestcentral.aksapp.io
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: prometheus-server
port:
number: 80

- host: thanos-query.47fc360e217349b384cd.germanywestcentral.aksapp.io
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: thanos-query
port:
number: 9090

- host: thanos.47fc360e217349b384cd.germanywestcentral.aksapp.io
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: thanos-query-frontend
port:
number: 9090
10 changes: 0 additions & 10 deletions Loki/kubernetes/externalname.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions Prometheus/kubernetes/externalname.yml

This file was deleted.

11 changes: 0 additions & 11 deletions Thanos/kubernetes/externalname-frontend.yml

This file was deleted.

10 changes: 0 additions & 10 deletions Thanos/kubernetes/externalname.yml

This file was deleted.

0 comments on commit 1ffab76

Please sign in to comment.