fix yaml indentation
ci / build (push) Successful in 9s Details

This commit is contained in:
CJ_Clippy 2024-04-25 16:42:46 +00:00
parent 6ffeff1543
commit 816877462a
1 changed files with 59 additions and 78 deletions

View File

@ -33,19 +33,14 @@ spec:
replicas: 3 replicas: 3
# -- Annotations to apply to the pods # -- Annotations to apply to the pods
annotations: {} annotations: {}
# -- Labels to apply to the pods # -- Labels to apply to the pods
labels: {} labels: {}
# -- Node selector to use for scheduling the pods # -- Node selector to use for scheduling the pods
nodeSelector: {} nodeSelector: {}
# -- Tolerations to apply to the pods # -- Tolerations to apply to the pods
tolerations: [] tolerations: []
# -- Affinity rules to apply to the pods # -- Affinity rules to apply to the pods
affinity: {} affinity: {}
# -- Resource limits and requests for the pods # -- Resource limits and requests for the pods
resources: resources:
requests: requests:
@ -54,16 +49,12 @@ spec:
limits: limits:
memory: "2048Mi" memory: "2048Mi"
cpu: "1000m" cpu: "1000m"
# -- Extra environment variables to apply to the pods # -- Extra environment variables to apply to the pods
extraEnv: [] extraEnv: []
# -- Extra sidecar containers # -- Extra sidecar containers
extraContainers: [] extraContainers: []
# -- Mode for workers, defaults to "worker" - alternative "agent" requires Enterprise license # -- Mode for workers, defaults to "worker" - alternative "agent" requires Enterprise license
mode: "worker" mode: "worker"
# Thenative worker group will only execute native jobs. Windmill has a default worker group configuration for it # Thenative worker group will only execute native jobs. Windmill has a default worker group configuration for it
- name: "native" - name: "native"
replicas: 4 replicas: 4
@ -75,36 +66,27 @@ spec:
limits: limits:
memory: "256Mi" memory: "256Mi"
cpu: "200m" cpu: "200m"
# -- Extra environment variables to apply to the pods # -- Extra environment variables to apply to the pods
extraEnv: [] extraEnv: []
# -- Extra sidecar containers # -- Extra sidecar containers
extraContainers: [] extraContainers: []
# -- Mode for workers, defaults to "worker" - alternative "agent" requires Enterprise license # -- Mode for workers, defaults to "worker" - alternative "agent" requires Enterprise license
mode: "worker" mode: "worker"
- name: "gpu" - name: "gpu"
replicas: 0 replicas: 0
# Use those to override the tag or image used for the app and worker containers. Windmill uses the same image for both. # 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 # 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" #tag: "mytag"
#image: "ghcr.io/windmill-labs/windmill" #image: "ghcr.io/windmill-labs/windmill"
# enable postgres (bitnami) on kubernetes # enable postgres (bitnami) on kubernetes
postgresql: postgresql:
enabled: true enabled: true
# enable minio (bitnami) on kubernetes # enable minio (bitnami) on kubernetes
minio: minio:
enabled: false enabled: false
# Configure Ingress # Configure Ingress
ingress: ingress:
className: "nginx" className: "nginx"
# enable enterprise features # enable enterprise features
enterprise: enterprise:
# -- enable windmill enterprise, requires license key. # -- enable windmill enterprise, requires license key.
@ -124,4 +106,3 @@ spec:
- secretName: windmill-tls - secretName: windmill-tls
hosts: hosts:
- windmill2.sbtp.xyz - windmill2.sbtp.xyz