Skip to content

Commit 6aea595

Browse files
revert to previous version
1 parent 25d88ec commit 6aea595

File tree

7 files changed

+27
-42
lines changed

7 files changed

+27
-42
lines changed

apps/radicale/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
seccompProfile:
2929
type: RuntimeDefault
3030
containers:
31-
- image: "tomsquest/docker-radicale:3.5.5.0"
31+
- image: "tomsquest/docker-radicale:3.5.4.0"
3232
name: "radicale"
3333
securityContext:
3434
allowPrivilegeEscalation: false
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
apiVersion: "external-secrets.io/v1beta1"
3+
kind: "ExternalSecret"
4+
metadata:
5+
name: "grafana"
6+
spec:
7+
refreshInterval: "1h"
8+
secretStoreRef:
9+
name: "vault"
10+
kind: "ClusterSecretStore"
11+
target:
12+
name: "grafana"
13+
creationPolicy: "Owner"
14+
data:
15+
- secretKey: "GF_AUTH_GENERIC_OAUTH_CLIENT_ID"
16+
remoteRef:
17+
key: "secret/soeren.cloud/env/prod/keycloak-auth.dd.soeren.cloud/soerencloud/clients/grafana"
18+
property: "client_id"
19+
- secretKey: "GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET"
20+
remoteRef:
21+
key: "secret/soeren.cloud/env/prod/keycloak-auth.dd.soeren.cloud/soerencloud/clients/grafana"
22+
property: "secret_id"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
GF_SERVER_ROOT_URL=https://grafana.svc.dd.soeren.cloud
2+
GF_AUTH_GENERIC_OAUTH_AUTH_URL=https://auth.dd.soeren.cloud/realms/soerencloud/protocol/openid-connect/auth
3+
GF_AUTH_GENERIC_OAUTH_TOKEN_URL=https://auth.dd.soeren.cloud/realms/soerencloud/protocol/openid-connect/token
4+
GF_AUTH_GENERIC_OAUTH_API_URL=https://auth.dd.soeren.cloud/realms/soerencloud/protocol/openid-connect/userinfo

clusters/svc.dd.soeren.cloud/grafana/kustomization.yaml renamed to clusters/argo-svc.dd.soeren.cloud/apps/grafana/kustomization.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ resources:
99
components:
1010
- ../../../apps/grafana/components/istio
1111
- ../../../apps/grafana/components/oidc
12-
- ../../../apps/grafana/components/database-mariadb
1312
patches:
1413
- target:
1514
kind: VirtualService
File renamed without changes.

clusters/svc.dd.soeren.cloud/grafana/external-secret-grafana.yaml

Lines changed: 0 additions & 34 deletions
This file was deleted.

clusters/svc.dd.soeren.cloud/grafana/grafana.properties

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)