You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| annotations | object |`{}`| add annotations to the deployment, service and pods |
61
-
| fullnameOverride | string |`""`||
62
-
| image.pullPolicy | string |`"IfNotPresent"`| Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images|
| image.tag | string | defaults to the "latest" version because the appVersion tag is not available at docker.io | The image tag |
65
-
| imagePullSecrets | list |`[]`| Define imagePullSecrets when a private registry is used (see: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/)|
| labels | object |`{}`| add labels to the deployment, service and pods |
72
-
| nameOverride | string |`""`||
73
-
| nodeSelector | object |`{}`||
74
-
| podSecurityContext | object |`{}`||
75
-
| replicaCount | int |`1`||
76
-
| resources | object |`{}`||
77
-
| securityContext | object |`{}`||
78
-
| service.port | int |`8080`||
79
-
| service.type | string |`"ClusterIP"`||
80
-
| tolerations | list |`[]`||
55
+
<table>
56
+
<thead>
57
+
<th>Key</th>
58
+
<th>Type</th>
59
+
<th class="default-column">Default</th>
60
+
<th>Description</th>
61
+
</thead>
62
+
<tbody>
63
+
<tr>
64
+
<td>affinity</td>
65
+
<td>object</td>
66
+
<td class="default-column">
67
+
<prelang="yaml">
68
+
69
+
`{}`
70
+
</pre></td>
71
+
<td></td>
72
+
</tr>
73
+
<tr>
74
+
<td>annotations</td>
75
+
<td>object</td>
76
+
<td class="default-column">
77
+
<prelang="yaml">
78
+
79
+
`{}`
80
+
</pre></td>
81
+
<td>add annotations to the deployment, service and pods</td>
82
+
</tr>
83
+
<tr>
84
+
<td>fullnameOverride</td>
85
+
<td>string</td>
86
+
<td class="default-column">
87
+
<prelang="yaml">
88
+
89
+
`""`
90
+
</pre></td>
91
+
<td></td>
92
+
</tr>
93
+
<tr>
94
+
<td>image.pullPolicy</td>
95
+
<td>string</td>
96
+
<td class="default-column">
97
+
<prelang="yaml">
98
+
99
+
`"IfNotPresent"`
100
+
</pre></td>
101
+
<td>Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images</td>
102
+
</tr>
103
+
<tr>
104
+
<td>image.repository</td>
105
+
<td>string</td>
106
+
<td class="default-column">
107
+
<prelang="yaml">
108
+
109
+
`"docker.io/securecodebox/bodgeit"`
110
+
</pre></td>
111
+
<td>Container Image containing the bodgeit</td>
112
+
</tr>
113
+
<tr>
114
+
<td>image.tag</td>
115
+
<td>string</td>
116
+
<td class="default-column">
117
+
<prelang="yaml">
118
+
119
+
defaults to the "latest" version because the appVersion tag is not available at docker.io
120
+
</pre></td>
121
+
<td>The image tag</td>
122
+
</tr>
123
+
<tr>
124
+
<td>imagePullSecrets</td>
125
+
<td>list</td>
126
+
<td class="default-column">
127
+
<prelang="yaml">
128
+
129
+
`[]`
130
+
</pre></td>
131
+
<td>Define imagePullSecrets when a private registry is used (see: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/)</td>
132
+
</tr>
133
+
<tr>
134
+
<td>ingress.annotations</td>
135
+
<td>object</td>
136
+
<td class="default-column">
137
+
<prelang="yaml">
138
+
139
+
`{}`
140
+
</pre></td>
141
+
<td></td>
142
+
</tr>
143
+
<tr>
144
+
<td>ingress.enabled</td>
145
+
<td>bool</td>
146
+
<td class="default-column">
147
+
<prelang="yaml">
148
+
149
+
`false`
150
+
</pre></td>
151
+
<td></td>
152
+
</tr>
153
+
<tr>
154
+
<td>ingress.hosts[0].host</td>
155
+
<td>string</td>
156
+
<td class="default-column">
157
+
<prelang="yaml">
158
+
159
+
`"chart-example.local"`
160
+
</pre></td>
161
+
<td></td>
162
+
</tr>
163
+
<tr>
164
+
<td>ingress.hosts[0].paths</td>
165
+
<td>list</td>
166
+
<td class="default-column">
167
+
<prelang="yaml">
168
+
169
+
`[]`
170
+
</pre></td>
171
+
<td></td>
172
+
</tr>
173
+
<tr>
174
+
<td>ingress.tls</td>
175
+
<td>list</td>
176
+
<td class="default-column">
177
+
<prelang="yaml">
178
+
179
+
`[]`
180
+
</pre></td>
181
+
<td></td>
182
+
</tr>
183
+
<tr>
184
+
<td>labels</td>
185
+
<td>object</td>
186
+
<td class="default-column">
187
+
<prelang="yaml">
188
+
189
+
`{}`
190
+
</pre></td>
191
+
<td>add labels to the deployment, service and pods</td>
0 commit comments