@@ -23,8 +23,8 @@ storageClass: ""
2323tarantool :
2424 # The default cartridge image, overrides by tarantool.roles.*.image
2525 image :
26- repository : tarantool/tarantool-operator- examples-kv
27- tag : 0 .0.7
26+ repository : tarantool/examples-kv
27+ tag : 1 .0.0
2828 pullPolicy : IfNotPresent
2929 runDir : /var/run/tarantool
3030 workDir : /var/lib/tarantool
@@ -255,7 +255,7 @@ tarantool:
255255 # Security context for pod, override tarantool.securityContext
256256 # see: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod
257257 securityContext : {}
258- # Affinity/anti-affinity policy for all statefulset, override tarantool.affinity
258+ # Add init containers to pods., overrides tarantool.affinity
259259 initContainers : []
260260 # if true when tarantool.initContainers will not be applied to that role
261261 initContainersOverwrite : false
@@ -347,77 +347,6 @@ tarantool:
347347 # clientIP:
348348 # timeoutSeconds: 300
349349
350- # Sidecar configuration
351- sidecar :
352- image :
353- repository : registry.try.tarantool.io/tarantool-operator-sidecar
354- tag : 0.2.0-alpha1
355- pullPolicy : IfNotPresent
356- # Sidecar containers' resources
357- # see: https://kubernetes.io/docs/user-guide/compute-resources/
358- # Example:
359- # resources:
360- # requests:
361- # cpu: "0.25"
362- # memory: "200Mi"
363- # limits:
364- # cpu: "0.25"
365- # memory: "200Mi"
366- resources : {}
367- ports :
368- http : 8080
369- # Extra options for sidecars containers' liveness probe
370- # see: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#configure-probes
371- livenessProbe :
372- enabled : false
373- initialDelaySeconds : 5
374- periodSeconds : 5
375- timeoutSeconds : 5
376- successThreshold : 1
377- failureThreshold : 5
378- # Extra options for sidecars containers' readiness probe
379- # see: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#configure-probes
380- readinessProbe :
381- enabled : true
382- initialDelaySeconds : 5
383- periodSeconds : 5
384- timeoutSeconds : 5
385- successThreshold : 2
386- failureThreshold : 5
387- # Extra options for sidecars containers' startupProbe probe
388- # see: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#configure-probes
389- startupProbe :
390- enabled : false
391- initialDelaySeconds : 5
392- periodSeconds : 5
393- timeoutSeconds : 5
394- successThreshold : 1
395- failureThreshold : 5
396- # Custom livenessProbe for cartridge containers that overrides the default one, overrides by tarantool.roles.*.customLivenessProbe
397- customLivenessProbe : {}
398- # Custom readinessProbe for cartridge containers that overrides the default one, overrides by tarantool.roles.*.customReadinessProbe
399- customReadinessProbe : {}
400- # Custom startupProbe for cartridge containers that overrides the default one, overrides by tarantool.roles.*.customStartupProbe
401- customStartupProbe : {}
402- # Additional environment values for cartridge containers of role
403- # extraEnv:
404- # - name: MY_ENV_VAR
405- # value: env_var_value
406- extraEnv : []
407- # Additional extraFrom values for all cartridge containers
408- extraEnvFrom : []
409- # Working directory for all sidecar containers
410- workingDir : " "
411- # Command for all sidecar containers
412- command : []
413- # Command arguments for all sidecar containers
414- args : []
415- # Lifecycle for the container to automate configuration before or after startup
416- lifecycle : {}
417- # Security context configuration for sidecar containers
418- securityContext :
419- enabled : false
420-
421350# Configuration for docker image registries' credentials
422351# Example:
423352# dockerconfigjson:
0 commit comments