From 816877462a6fbada43b92c9f9512d74010e09918 Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Thu, 25 Apr 2024 16:42:46 +0000 Subject: [PATCH] fix yaml indentation --- charts/fp/templates/windmill.yaml | 137 +++++++++++++----------------- 1 file changed, 59 insertions(+), 78 deletions(-) diff --git a/charts/fp/templates/windmill.yaml b/charts/fp/templates/windmill.yaml index 3fd0bda..22d2b3d 100644 --- a/charts/fp/templates/windmill.yaml +++ b/charts/fp/templates/windmill.yaml @@ -4,7 +4,7 @@ metadata: name: windmill namespace: argocd finalizers: - - resources-finalizer.argocd.argoproj.io + - resources-finalizer.argocd.argoproj.io spec: destination: namespace: windmill @@ -30,98 +30,79 @@ spec: workerGroups: # The default worker group is the one that will execute jobs with any taggs except the native ones. Windmill has a default worker group configuration for it - name: "default" - 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: - memory: "1028Mi" - cpu: "500m" - 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" - + 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: + memory: "1028Mi" + cpu: "500m" + 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 - # -- Resource limits and requests for the pods - resources: - requests: - memory: "128Mi" - cpu: "100m" - 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" - + replicas: 4 + # -- Resource limits and requests for the pods + resources: + requests: + memory: "128Mi" + cpu: "100m" + 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 - + 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 - + enabled: true # enable minio (bitnami) on kubernetes minio: - enabled: false - + enabled: false # Configure Ingress ingress: className: "nginx" - # enable enterprise features enterprise: - # -- enable windmill enterprise, requires license key. - enabled: false - enterprise: - enable: false - ingress: - enabled: true - path: / - hosts: - - windmill2.sbtp.xyz - annotations: - kubernetes.io/ingress.class: nginx - kubernetes.io/tls-acme: "true" - labels: {} - tls: - - secretName: windmill-tls + # -- enable windmill enterprise, requires license key. + enabled: false + enterprise: + enable: false + ingress: + enabled: true + path: / hosts: - windmill2.sbtp.xyz - + annotations: + kubernetes.io/ingress.class: nginx + kubernetes.io/tls-acme: "true" + labels: {} + tls: + - secretName: windmill-tls + hosts: + - windmill2.sbtp.xyz