|
2 | 2 | # This is a YAML-formatted file. |
3 | 3 | # Declare variables to be passed into your templates. |
4 | 4 |
|
5 | | -## Node labels for pod assignment |
6 | | -## |
7 | | -nodeSelector: {} |
8 | | - |
9 | | -# Affinity for pod assignment |
10 | | -# Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity |
11 | | -affinity: {} |
12 | | - |
13 | | -# Tolerations for pod assignment |
14 | | -# Ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ |
15 | | -tolerations: [] |
16 | | - |
17 | | -# Leverage a priorityClass to ensure your pods survive resource shortages |
18 | | -# ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/ |
19 | | -# priorityClass: system-cluster-critical |
20 | | - |
21 | | -# Extra Pod annotations |
22 | | -podAnnotations: {} |
23 | | - |
24 | 5 | ## Puppet Server Deployment Configuration |
25 | 6 | ## |
26 | 7 | puppetserver: |
@@ -233,3 +214,35 @@ hiera: |
233 | 214 | ## |
234 | 215 | public_key: # | |
235 | 216 | # PUB_KEY CONTENTS |
| 217 | + |
| 218 | +## Node labels for pod assignment |
| 219 | +## |
| 220 | +nodeSelector: {} |
| 221 | + |
| 222 | +# Affinity for pod assignment |
| 223 | +# Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity |
| 224 | +affinity: {} |
| 225 | + |
| 226 | +# Tolerations for pod assignment |
| 227 | +# Ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ |
| 228 | +tolerations: [] |
| 229 | + |
| 230 | +# Leverage a priorityClass to ensure your pods survive resource shortages |
| 231 | +# ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/ |
| 232 | +# priorityClass: system-cluster-critical |
| 233 | + |
| 234 | +# Extra Pod annotations |
| 235 | +podAnnotations: {} |
| 236 | + |
| 237 | +persistence: |
| 238 | + enabled: true |
| 239 | + ## jenkins data Persistent Volume Storage Class |
| 240 | + ## If defined, storageClassName: <storageClass> |
| 241 | + ## If set to "-", storageClassName: "", which disables dynamic provisioning |
| 242 | + ## If undefined (the default) or set to null, no storageClassName spec is |
| 243 | + ## set, choosing the default provisioner. (gp2 on AWS, standard on |
| 244 | + ## GKE, AWS & OpenStack) |
| 245 | + ## |
| 246 | + storageClass: "" |
| 247 | + annotations: {} |
| 248 | + size: "8Gi" |
0 commit comments