Skip to content

Commit b9e2530

Browse files
add component to use mysql database
1 parent a107a04 commit b9e2530

File tree

12 files changed

+19
-333
lines changed

12 files changed

+19
-333
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
apiVersion: "kustomize.config.k8s.io/v1alpha1"
3+
kind: "Component"
4+
patches:
5+
- target:
6+
kind: "Deployment"
7+
name: "gotify"
8+
patch: |-
9+
- op: "add"
10+
path: "/spec/template/spec/containers/0/env/-"
11+
value:
12+
name: "GOTIFY_DATABASE_DIALECT"
13+
value: "mysql"
14+
- op: "add"
15+
path: "/spec/template/spec/containers/0/envFrom"
16+
value:
17+
- secretRef:
18+
name: gotify-db-credentials

apps/gotify/components/istio/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resources:
66
patches:
77
- target:
88
kind: "NetworkPolicy"
9-
name: "whoogle"
9+
name: "gotify"
1010
patch: |-
1111
- op: "add"
1212
path: "/spec/ingress/0/from/-"

clusters/svc.ez.soeren.cloud/grafana/upsert-secret-grafana-database-mariadb.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

clusters/svc.ez.soeren.cloud/grafana/upsert-secret-grafana-oidc.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

clusters/svc.ez.soeren.cloud/grafana/upsert-secret-grafana.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

clusters/svc.pt.soeren.cloud/microbin/external-secret-microbin.yaml

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

clusters/svc.pt.soeren.cloud/microbin/kustomization.yaml

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

clusters/svc.pt.soeren.cloud/microbin/local-volume.yaml

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

clusters/svc.pt.soeren.cloud/microbin/microbin.properties

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

clusters/svc.pt.soeren.cloud/microbin/namespace.yaml

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

0 commit comments

Comments
 (0)