diff --git a/argocd/apps/seaweedfs/seaweedfs.yaml b/argocd/apps/seaweedfs/seaweedfs.yaml index 0203c34..d38369d 100644 --- a/argocd/apps/seaweedfs/seaweedfs.yaml +++ b/argocd/apps/seaweedfs/seaweedfs.yaml @@ -95,43 +95,43 @@ spec: # should have a secret key called seaweedfs_s3_config with an inline json configure existingConfigSecret: "admin-s3-secret" -# s3: -# enabled: true -# replicas: 1 -# bindAddress: 0.0.0.0 -# port: 8333 -# # add additional https port -# httpsPort: 0 -# metricsPort: 9327 -# loggingOverrideLevel: null -# # allow empty folders -# allowEmptyFolder: true -# enableAuth: "true" -# existingConfigSecret: "admin-s3-secret" + # s3: + # enabled: true + # replicas: 1 + # bindAddress: 0.0.0.0 + # port: 8333 + # # add additional https port + # httpsPort: 0 + # metricsPort: 9327 + # loggingOverrideLevel: null + # # allow empty folders + # allowEmptyFolder: true + # enableAuth: "true" + # existingConfigSecret: "admin-s3-secret" -# ingress: -# enabled: true -# className: "traefik" -# host: "sws3.innovation-hub-niedersachsen.de" -# # additional ingress annotations for the s3 endpoint -# annotations: -# kubernetes.io/ingress.class: "traefik" -# traefik.ingress.kubernetes.io/router.entrypoints: "websecure" -# traefik.ingress.kubernetes.io/router.tls: "true" -# cert-manager.io/cluster-issuer: "lets-encrypt" -# tls: -# - secretName: "sws3.innovation-hub-niedersachsen.de-tls" -# hosts: -# - "sws3.innovation-hub-niedersachsen.de" + # ingress: + # enabled: true + # className: "traefik" + # host: "sws3.innovation-hub-niedersachsen.de" + # # additional ingress annotations for the s3 endpoint + # annotations: + # kubernetes.io/ingress.class: "traefik" + # traefik.ingress.kubernetes.io/router.entrypoints: "websecure" + # traefik.ingress.kubernetes.io/router.tls: "true" + # cert-manager.io/cluster-issuer: "lets-encrypt" + # tls: + # - secretName: "sws3.innovation-hub-niedersachsen.de-tls" + # hosts: + # - "sws3.innovation-hub-niedersachsen.de" # Resource management - resources: - limits: - cpu: "2" - memory: "2Gi" - requests: - cpu: "500m" - memory: "1Gi" + resources: + limits: + cpu: "2" + memory: "2Gi" + requests: + cpu: "500m" + memory: "1Gi" destination: server: 'https://kubernetes.default.svc'