forked from sigstore/helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
211 lines (202 loc) · 4.75 KB
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
namespace:
create: false
name: trillian-system
initContainerImage:
curl:
registry: docker.io
repository: curlimages/curl
# -- 7.85.0
version: sha256:9fab1b73f45e06df9506d947616062d7e8319009257d3a05d970b0de80a41ec5
imagePullPolicy: IfNotPresent
netcat:
registry: cgr.dev
repository: chainguard/netcat
# -- 2023-06-13
version: "sha256:7243b469d34bd28969fa2c764a12d91084c427209540bb68645629d635b3f143"
imagePullPolicy: IfNotPresent
storageSystem:
driver: mysql
envCredentials: null
quotaSystem:
driver: mysql
mysql:
gcp:
enabled: false
instance: ""
scaffoldSQLProxy:
registry: ghcr.io
repository: sigstore/scaffolding/cloudsqlproxy
# -- v0.6.7 which is based on cloud-sql-proxy:2.6.1-alpine
version: sha256:e11cad1e3d64efced50f5af7dc068a524634eb01464fcfe6fc9440f281c9a01f
resources:
requests:
memory: "2Gi"
cpu: "1"
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
runAsNonRoot: true
capabilities:
drop:
- ALL
cloudsql:
registry: gcr.io
repository: cloud-sql-connectors/cloud-sql-proxy:2.6.1-alpine
# -- crane digest cloud-sql-connectors/cloud-sql-proxy:2.6.1-alpine
version: sha256:b0aee6522475a236254394e573bae95693c02f8a07bceccb110f4e90336a1722
resources:
requests:
memory: "2Gi"
cpu: "1"
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
runAsNonRoot: true
capabilities:
drop:
- ALL
unixDomainSocket:
enabled: false
path: /cloudsql
enabled: true
replicaCount: 1
name: mysql
hostname: ""
port: 3306
strategy:
type: Recreate
image:
registry: gcr.io
repository: trillian-opensource-ci/db_server
pullPolicy: IfNotPresent
# -- crane digest gcr.io/trillian-opensource-ci/db_server:v1.5.2
version: sha256:c04753ed44eac715e3191dad16fb0848a06714ddcb00c6f7768bf065485e1f8d
resources: {}
args:
- "--ignore-db-dir=lost+found"
service:
type: ClusterIP
ports:
- name: 3306-tcp
port: 3306
protocol: TCP
targetPort: 3306
livenessProbe:
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 3
successThreshold: 1
exec:
command:
- /etc/init.d/mysql
- status
readinessProbe:
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 3
successThreshold: 1
exec:
command:
- /etc/init.d/mysql
- status
secret:
annotations: {}
auth:
username: "mysql"
password: ""
rootPassword: ""
existingSecret: ""
persistence:
enabled: true
annotations: {}
storageClass: null
size: 5Gi
mountPath: /var/lib/mysql
subPath: ""
existingClaim: ""
accessModes:
- ReadWriteOnce
serviceAccount:
create: true
name: ""
annotations: {}
logServer:
enabled: true
replicaCount: 1
name: log-server
portRPC: 8091
portHTTP: 8090
image:
registry: gcr.io
repository: projectsigstore/trillian_log_server
pullPolicy: IfNotPresent
# -- v1.3.0 from rekor build
version: sha256:ab60d5e16675fc15783ec8dbc99a335b68b9a0dd6dd4495ecc300c5f8aa58b72
nodeSelector: {}
service:
type: ClusterIP
ports:
- name: 8091-tcp
port: 8091
protocol: TCP
targetPort: 8091
- name: 8090-tcp
port: 8090
protocol: TCP
targetPort: 8090
livenessProbe: {}
readinessProbe: {}
resources: {}
extraArgs: []
serviceAccount:
create: true
name: ""
annotations: {}
logSigner:
enabled: true
replicaCount: 1
name: log-signer
forceMaster: true
portRPC: 8091
portHTTP: 8090
image:
registry: gcr.io
repository: projectsigstore/trillian_log_signer
pullPolicy: IfNotPresent
# -- v1.3.0 from rekor build
version: sha256:54a75e22beb4cb90b7aef63a28ac9e33fee60b35a66a2b9e7d6444a40e2b6a79
nodeSelector: {}
service:
type: ClusterIP
ports:
- name: 8091-tcp
port: 8091
protocol: TCP
targetPort: 8091
livenessProbe: {}
readinessProbe: {}
resources: {}
extraArgs: []
serviceAccount:
create: true
name: ""
annotations: {}
createdb:
enabled: true
dbname: trillian
ttlSecondsAfterFinished: 3600
name: createdb
image:
registry: ghcr.io
repository: sigstore/scaffolding/createdb
pullPolicy: IfNotPresent
# -- v0.6.7
version: sha256:3720511269d5b01f386ac6650e26309a54abd5f13bb41597a0849501cf727e51
serviceAccount:
create: false
name: ""
annotations: {}
# Force namespace of namespaced resources
forceNamespace: ""