diff --git a/argocd/apps/seaweedfs/seaweedfs.yaml b/argocd/apps/seaweedfs/seaweedfs.yaml index 0d45d4f..968df6e 100644 --- a/argocd/apps/seaweedfs/seaweedfs.yaml +++ b/argocd/apps/seaweedfs/seaweedfs.yaml @@ -34,30 +34,6 @@ spec: size: "5Gi" storageClass: "" - ingress: - enabled: false - # className: "traefik" - # host: "seaweed.innovation-hub-niedersachsen.de" - # 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" - # traefik.ingress.kubernetes.io/headers.customRequestHeaders: | - # X-Forwarded-Proto = https - # traefik.ingress.kubernetes.io/headers.customResponseHeaders: | - # Access-Control-Allow-Origin: "*" - # Access-Control-Allow-Methods: "GET, OPTIONS, PUT, POST, DELETE" - # Access-Control-Allow-Headers: "DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range" - # Access-Control-Expose-Headers: "Content-Length,Content-Range" - # Referrer-Policy: no-referrer-when-downgrade - # hosts: - # - host: "seaweed.innovation-hub-niedersachsen.de" - # tls: - # - secretName: "seaweed.innovation-hub-niedersachsen.de-tls" - # hosts: - # - "seaweed.innovation-hub-niedersachsen.de" - volume: enabled: true replicas: 1 @@ -79,12 +55,12 @@ spec: storage: 30Gi storageClass: "" data: - type: "hostPath" + type: "persistentVolumeClaim" size: "25Gi" storageClass: "" hostPathPrefix: /storage logs: - type: "hostPath" + type: "persistentVolumeClaim" size: "5Gi" storageClass: "" hostPathPrefix: /storage