fix yaml indentation
ci / build (push) Successful in 9s
Details
ci / build (push) Successful in 9s
Details
This commit is contained in:
parent
6ffeff1543
commit
816877462a
|
@ -33,19 +33,14 @@ spec:
|
|||
replicas: 3
|
||||
# -- Annotations to apply to the pods
|
||||
annotations: {}
|
||||
|
||||
# -- Labels to apply to the pods
|
||||
labels: {}
|
||||
|
||||
# -- Node selector to use for scheduling the pods
|
||||
nodeSelector: {}
|
||||
|
||||
# -- Tolerations to apply to the pods
|
||||
tolerations: []
|
||||
|
||||
# -- Affinity rules to apply to the pods
|
||||
affinity: {}
|
||||
|
||||
# -- Resource limits and requests for the pods
|
||||
resources:
|
||||
requests:
|
||||
|
@ -54,16 +49,12 @@ spec:
|
|||
limits:
|
||||
memory: "2048Mi"
|
||||
cpu: "1000m"
|
||||
|
||||
# -- Extra environment variables to apply to the pods
|
||||
extraEnv: []
|
||||
|
||||
# -- Extra sidecar containers
|
||||
extraContainers: []
|
||||
|
||||
# -- Mode for workers, defaults to "worker" - alternative "agent" requires Enterprise license
|
||||
mode: "worker"
|
||||
|
||||
# Thenative worker group will only execute native jobs. Windmill has a default worker group configuration for it
|
||||
- name: "native"
|
||||
replicas: 4
|
||||
|
@ -75,36 +66,27 @@ spec:
|
|||
limits:
|
||||
memory: "256Mi"
|
||||
cpu: "200m"
|
||||
|
||||
# -- Extra environment variables to apply to the pods
|
||||
extraEnv: []
|
||||
|
||||
# -- Extra sidecar containers
|
||||
extraContainers: []
|
||||
|
||||
# -- Mode for workers, defaults to "worker" - alternative "agent" requires Enterprise license
|
||||
mode: "worker"
|
||||
|
||||
- name: "gpu"
|
||||
replicas: 0
|
||||
|
||||
# Use those to override the tag or image used for the app and worker containers. Windmill uses the same image for both.
|
||||
# By default, if enterprise is enable, the image is set to ghcr.io/windmill-labs/windmill-ee, otherwise the image is set to ghcr.io/windmill-labs/windmill
|
||||
#tag: "mytag"
|
||||
#image: "ghcr.io/windmill-labs/windmill"
|
||||
|
||||
# enable postgres (bitnami) on kubernetes
|
||||
postgresql:
|
||||
enabled: true
|
||||
|
||||
# enable minio (bitnami) on kubernetes
|
||||
minio:
|
||||
enabled: false
|
||||
|
||||
# Configure Ingress
|
||||
ingress:
|
||||
className: "nginx"
|
||||
|
||||
# enable enterprise features
|
||||
enterprise:
|
||||
# -- enable windmill enterprise, requires license key.
|
||||
|
@ -124,4 +106,3 @@ spec:
|
|||
- secretName: windmill-tls
|
||||
hosts:
|
||||
- windmill2.sbtp.xyz
|
||||
|
||||
|
|
Loading…
Reference in New Issue