diff --git a/dev/argocd/values.yaml b/dev/argocd/values.yaml index 43fbb4c..df6e8df 100644 --- a/dev/argocd/values.yaml +++ b/dev/argocd/values.yaml @@ -150,9 +150,11 @@ notifications: - email:admin@allarddcs.nl triggers: - on-sync-failed + - on-deployed + - on-health-degraded + - on-sync-running - on-sync-status-unknown - on-sync-succeeded - - app-health-degraded context: argocdUrl: https://argocd-dev.allarddcs.nl diff --git a/dev/backstage/clusterrolebinding.yaml b/dev/backstage/clusterrolebinding.yaml deleted file mode 100644 index 7e8a741..0000000 --- a/dev/backstage/clusterrolebinding.yaml +++ /dev/null @@ -1,75 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: backstage - namespace: backstage ---- -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - name: backstage-k8s-reader -rules: - - apiGroups: [""] - resources: - - pods - - services - - configmaps - - namespaces - - endpoints - - limitranges - - resourcequotas - verbs: ["get", "list", "watch"] - - - apiGroups: ["apps"] - resources: - - deployments - - replicasets - - statefulsets - - daemonsets - verbs: ["get", "list", "watch"] - - - apiGroups: ["batch"] - resources: - - jobs - - cronjobs - verbs: ["get", "list", "watch"] - - - apiGroups: ["networking.k8s.io"] - resources: - - ingresses - verbs: ["get", "list", "watch"] - - - apiGroups: ["autoscaling"] - resources: - - horizontalpodautoscalers - verbs: ["get", "list", "watch"] - - - apiGroups: ["metrics.k8s.io"] - resources: - - pods - verbs: ["get", "list"] - - apiGroups: ["traefik.containo.us"] - resources: - - ingressroutes - - ingressroutetcps - - ingressrouteudps - - middlewares - - middlewarestraefikio - - tlsoptions - - tlsstores - - traefikservices - - serverstransports - verbs: ["get", "list"] ---- -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: backstage-k8s-reader-binding -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: backstage-k8s-reader -subjects: - - kind: ServiceAccount - name: backstage - namespace: backstage diff --git a/dev/backstage/setup-with-techdocs.sh b/dev/backstage/setup/setup-with-techdocs.sh similarity index 100% rename from dev/backstage/setup-with-techdocs.sh rename to dev/backstage/setup/setup-with-techdocs.sh diff --git a/dev/backstage/setup.sh b/dev/backstage/setup/setup.sh similarity index 100% rename from dev/backstage/setup.sh rename to dev/backstage/setup/setup.sh diff --git a/dev/backstage/setup3.sh b/dev/backstage/setup/setup3.sh similarity index 100% rename from dev/backstage/setup3.sh rename to dev/backstage/setup/setup3.sh