This repository was archived by the owner on Oct 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +27
-1
lines changed Expand file tree Collapse file tree 6 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1313 labels :
1414 io.kompose.service : log-server
1515 spec :
16+ volumes : []
1617 containers :
1718 - name : trillian-logserver
1819 args : [
3738 - containerPort : 8090
3839 - containerPort : 8091
3940 resources : {}
41+ volumeMounts : []
4042 restartPolicy : Always
4143status : {}
Original file line number Diff line number Diff line change 1313 labels :
1414 io.kompose.service : log-signer
1515 spec :
16+ volumes : []
1617 containers :
1718 - name : trillian-logsigner
1819 args : [
4041 ports :
4142 - containerPort : 8091
4243 resources : {}
44+ volumeMounts : []
4345 restartPolicy : Always
4446status : {}
Original file line number Diff line number Diff line change 1313 labels :
1414 io.kompose.service : map-server
1515 spec :
16+ volumes : []
1617 containers :
1718 - name : trillian-mapserver
1819 args : [
3839 - containerPort : 8090
3940 - containerPort : 8091
4041 resources : {}
42+ volumeMounts : []
4143 restartPolicy : Always
4244status : {}
Original file line number Diff line number Diff line change 1+ - op : add
2+ path : /spec/template/spec/volumes/-
3+ value :
4+ name : secrets-cloudspanner
5+ secret :
6+ secretName : cloudspanner
7+
8+ - op : add
9+ path : /spec/template/spec/containers/0/volumeMounts/-
10+ value :
11+ name : secrets-cloudspanner
12+ mountPath : /secrets/cloudspanner
13+ readOnly : true
14+
Original file line number Diff line number Diff line change @@ -3,4 +3,7 @@ apiVersion: v1
33metadata :
44 name : configmap
55data :
6- DB_NAME : test:zaphod@tcp(127.0.0.1:3306)/test
6+ DB_NAME : projects/key-transparency/instances/keytransparency-dev/databases/sandbox
7+ DB_ENGINE : cloud_spanner
8+ GOOGLE_APPLICATION_CREDENTIALS : /secrets/cloudspanner/credentials.json
9+
Original file line number Diff line number Diff line change 33resources :
44- managed-cert.yaml
55patches :
6+ - path : cloudspanner-creds.yaml
7+ target :
8+ kind : Deployment
69- path : cloudsql-sidecar.yaml
710 target :
811 kind : Deployment
You can’t perform that action at this time.
0 commit comments