File tree Expand file tree Collapse file tree 3 files changed +48
-0
lines changed
clusters/svc.ez.soeren.cloud/gotify Expand file tree Collapse file tree 3 files changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ apiVersion : external-secrets.io/v1beta1
3
+ kind : ExternalSecret
4
+ metadata :
5
+ name : gotify-db-credentials
6
+ spec :
7
+ refreshInterval : 12h
8
+ secretStoreRef :
9
+ name : " vault"
10
+ kind : " ClusterSecretStore"
11
+ target :
12
+ name : " gotify-db-credentials"
13
+ template :
14
+ engineVersion : v2
15
+ data :
16
+ GOTIFY_DATABASE_CONNECTION : " gotify:{{ .password }}@tcp(dbs.ez.soeren.cloud:3306)/gotify?charset=utf8&parseTime=True&loc=Local&tls=true"
17
+ data :
18
+ - secretKey : " password"
19
+ remoteRef :
20
+ key : " secret/soeren.cloud/env/prod/mariadb/galera-prod/gotify/gotify"
21
+ property : " password"
Original file line number Diff line number Diff line change
1
+ ---
2
+ apiVersion : " kustomize.config.k8s.io/v1beta1"
3
+ kind : " Kustomization"
4
+ namespace : " gotify"
5
+ resources :
6
+ - " namespace.yaml"
7
+ - " ../../../apps/gotify"
8
+ - external-secret-gotify.yaml
9
+ components :
10
+ - " ../../../apps/gotify/components/istio"
11
+ - " ../../../apps/gotify/components/db-mysql"
12
+ patches :
13
+ - target :
14
+ kind : " VirtualService"
15
+ name : " gotify"
16
+ patch : |-
17
+ - op: "replace"
18
+ path: "/spec/hosts"
19
+ value:
20
+ - "gotify.svc.ez.soeren.cloud"
Original file line number Diff line number Diff line change
1
+ ---
2
+ kind : " Namespace"
3
+ apiVersion : " v1"
4
+ metadata :
5
+ name : " gotify"
6
+ labels :
7
+ name : " gotify"
You can’t perform that action at this time.
0 commit comments