
-------------------------------------
1) Describe 'Deployments' resources
-------------------------------------

Name:               nginx-proxy-manager
Namespace:          ix-nginx-proxy-manager
CreationTimestamp:  Thu, 28 Dec 2023 16:52:49 +0100
Labels:             app=nginx-proxy-manager-1.0.24
                    app.kubernetes.io/instance=nginx-proxy-manager
                    app.kubernetes.io/managed-by=Helm
                    app.kubernetes.io/name=nginx-proxy-manager
                    app.kubernetes.io/version=2.10.4
                    helm-revision=1
                    helm.sh/chart=nginx-proxy-manager-1.0.24
                    release=nginx-proxy-manager
Annotations:        deployment.kubernetes.io/revision: 1
                    meta.helm.sh/release-name: nginx-proxy-manager
                    meta.helm.sh/release-namespace: ix-nginx-proxy-manager
Selector:           app.kubernetes.io/instance=nginx-proxy-manager,app.kubernetes.io/name=nginx-proxy-manager,pod.name=npm
Replicas:           0 desired | 0 updated | 0 total | 0 available | 0 unavailable
StrategyType:       Recreate
MinReadySeconds:    0
Pod Template:
  Labels:           app=nginx-proxy-manager-1.0.24
                    app.kubernetes.io/instance=nginx-proxy-manager
                    app.kubernetes.io/managed-by=Helm
                    app.kubernetes.io/name=nginx-proxy-manager
                    app.kubernetes.io/version=2.10.4
                    helm-revision=1
                    helm.sh/chart=nginx-proxy-manager-1.0.24
                    pod.name=npm
                    release=nginx-proxy-manager
  Annotations:      rollme: RiGtM
  Service Account:  default
  Containers:
   nginx-proxy-manager:
    Image:       jc21/nginx-proxy-manager:2.10.4
    Ports:       80/TCP, 443/TCP, 81/TCP
    Host Ports:  0/TCP, 0/TCP, 0/TCP
    Limits:
      cpu:     4
      memory:  8Gi
    Requests:
      cpu:      10m
      memory:   50Mi
    Liveness:   exec [/bin/check-health] delay=10s timeout=5s period=10s #success=1 #failure=5
    Readiness:  exec [/bin/check-health] delay=10s timeout=5s period=10s #success=2 #failure=5
    Startup:    exec [/bin/check-health] delay=30s timeout=2s period=5s #success=1 #failure=120
    Environment:
      TZ:                      Europe/Vienna
      UMASK:                   002
      UMASK_SET:               002
      NVIDIA_VISIBLE_DEVICES:  void
      PUID:                    1000
      USER_ID:                 1000
      UID:                     1000
      PGID:                    1000
      GROUP_ID:                1000
      GID:                     1000
      DB_SQLITE_FILE:          /data/database.sqlite
      DISABLE_IPV6:            true
    Mounts:
      /data from data (rw)
      /etc/letsencrypt from certs (rw)
  Volumes:
   certs:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/SSD/ix-applications/releases/nginx-proxy-manager/volumes/ix_volumes/certs
    HostPathType:  
   data:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/SSD/ix-applications/releases/nginx-proxy-manager/volumes/ix_volumes/data
    HostPathType:  
Conditions:
  Type           Status  Reason
  ----           ------  ------
  Available      True    MinimumReplicasAvailable
  Progressing    True    NewReplicaSetAvailable
OldReplicaSets:  <none>
NewReplicaSet:   nginx-proxy-manager-558bdcb4 (0/0 replicas created)
Events:          <none>


Name:               homarr
Namespace:          ix-homarr
CreationTimestamp:  Thu, 28 Dec 2023 17:02:47 +0100
Labels:             app=homarr-2.0.5
                    app.kubernetes.io/instance=homarr
                    app.kubernetes.io/managed-by=Helm
                    app.kubernetes.io/name=homarr
                    app.kubernetes.io/version=0.14.2
                    helm-revision=1
                    helm.sh/chart=homarr-2.0.5
                    release=homarr
Annotations:        deployment.kubernetes.io/revision: 1
                    meta.helm.sh/release-name: homarr
                    meta.helm.sh/release-namespace: ix-homarr
Selector:           app.kubernetes.io/instance=homarr,app.kubernetes.io/name=homarr,pod.name=homarr
Replicas:           0 desired | 0 updated | 0 total | 0 available | 0 unavailable
StrategyType:       Recreate
MinReadySeconds:    0
Pod Template:
  Labels:           app=homarr-2.0.5
                    app.kubernetes.io/instance=homarr
                    app.kubernetes.io/managed-by=Helm
                    app.kubernetes.io/name=homarr
                    app.kubernetes.io/version=0.14.2
                    helm-revision=1
                    helm.sh/chart=homarr-2.0.5
                    pod.name=homarr
                    release=homarr
  Annotations:      rollme: tAHDY
  Service Account:  default
  Init Containers:
   homarr-install-01-permissions:
    Image:      bash:4.4.23
    Port:       <none>
    Host Port:  <none>
    Command:
      bash
    Args:
      -c
      for dir in /mnt/directories/*; do
        if [ ! -d "$dir" ]; then
          echo "[$dir] is not a directory, skipping"
          continue
        fi
      
        echo "Current Ownership and Permissions on ["$dir"]:"
        echo "chown: $(stat -c "%u %g" "$dir")"
        echo "chmod: $(stat -c "%a" "$dir")" 
        if [ $(stat -c %u "$dir") -eq 568 ] && [ $(stat -c %g "$dir") -eq 568 ]; then
          echo "Ownership is correct. Skipping..."
          fix_owner="false"
        else
          echo "Ownership is incorrect. Fixing..."
          fix_owner="true"
        fi
      
      
        if [ "$fix_owner" = "true" ]; then
          echo "Changing ownership to 568:568 on: ["$dir"]"
          chown -R 568:568 "$dir"
          echo "Finished changing ownership"
          echo "Ownership after changes:"
          stat -c "%u %g" "$dir"
        fi
      done
    Limits:
      cpu:     1
      memory:  512Mi
    Requests:
      cpu:     10m
      memory:  50Mi
    Environment:
      TZ:                      Europe/Vienna
      UMASK:                   002
      UMASK_SET:               002
      NVIDIA_VISIBLE_DEVICES:  void
      PUID:                    568
      USER_ID:                 568
      UID:                     568
      PGID:                    568
      GROUP_ID:                568
      GID:                     568
    Mounts:
      /mnt/directories/configs from configs (rw)
      /mnt/directories/data from data (rw)
      /mnt/directories/icons from icons (rw)
  Containers:
   homarr:
    Image:      ghcr.io/ajnart/homarr:0.14.2
    Port:       30052/TCP
    Host Port:  0/TCP
    Limits:
      cpu:     4
      memory:  8Gi
    Requests:
      cpu:      10m
      memory:   50Mi
    Liveness:   http-get http://:30052/ delay=10s timeout=5s period=10s #success=1 #failure=5
    Readiness:  http-get http://:30052/ delay=10s timeout=5s period=10s #success=2 #failure=5
    Startup:    http-get http://:30052/ delay=10s timeout=2s period=5s #success=1 #failure=60
    Environment Variables from:
      homarr-homarr-creds  Secret  Optional: false
    Environment:
      TZ:                      Europe/Vienna
      UMASK:                   002
      UMASK_SET:               002
      NVIDIA_VISIBLE_DEVICES:  void
      S6_READ_ONLY_ROOT:       1
      PORT:                    30052
    Mounts:
      /app/data/configs from configs (rw)
      /app/public/icons from icons (rw)
      /data from data (rw)
      /tmp from tmp (rw)
  Volumes:
   configs:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/SSD/ix-applications/releases/homarr/volumes/ix_volumes/configs
    HostPathType:  
   data:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/SSD/ix-applications/releases/homarr/volumes/ix_volumes/data
    HostPathType:  
   icons:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/SSD/ix-applications/releases/homarr/volumes/ix_volumes/icons
    HostPathType:  
   tmp:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
Conditions:
  Type           Status  Reason
  ----           ------  ------
  Available      True    MinimumReplicasAvailable
  Progressing    True    NewReplicaSetAvailable
OldReplicaSets:  <none>
NewReplicaSet:   homarr-798f576c66 (0/0 replicas created)
Events:          <none>


Name:               gitea
Namespace:          ix-gitea
CreationTimestamp:  Fri, 29 Dec 2023 13:06:15 +0100
Labels:             app=gitea-1.1.8
                    app.kubernetes.io/instance=gitea
                    app.kubernetes.io/managed-by=Helm
                    app.kubernetes.io/name=gitea
                    app.kubernetes.io/version=1.21.3
                    helm-revision=2
                    helm.sh/chart=gitea-1.1.8
                    release=gitea
Annotations:        deployment.kubernetes.io/revision: 2
                    meta.helm.sh/release-name: gitea
                    meta.helm.sh/release-namespace: ix-gitea
Selector:           app.kubernetes.io/instance=gitea,app.kubernetes.io/name=gitea,pod.name=gitea
Replicas:           1 desired | 1 updated | 1 total | 0 available | 1 unavailable
StrategyType:       Recreate
MinReadySeconds:    0
Pod Template:
  Labels:           app=gitea-1.1.8
                    app.kubernetes.io/instance=gitea
                    app.kubernetes.io/managed-by=Helm
                    app.kubernetes.io/name=gitea
                    app.kubernetes.io/version=1.21.3
                    helm-revision=2
                    helm.sh/chart=gitea-1.1.8
                    pod.name=gitea
                    release=gitea
  Annotations:      rollme: FcZAP
  Service Account:  default
  Init Containers:
   gitea-init-postgres-wait:
    Image:      postgres:15.2
    Port:       <none>
    Host Port:  <none>
    Command:
      bash
    Args:
      -c
      echo "Waiting for postgres to be ready"
      until pg_isready -h ${POSTGRES_HOST} -U ${POSTGRES_USER} -d ${POSTGRES_DB}; do
        sleep 2
      done
      
    Limits:
      cpu:     500m
      memory:  256Mi
    Requests:
      cpu:     10m
      memory:  50Mi
    Environment Variables from:
      gitea-postgres-creds  Secret  Optional: false
    Environment:
      TZ:                      UTC
      UMASK:                   002
      UMASK_SET:               002
      NVIDIA_VISIBLE_DEVICES:  void
      S6_READ_ONLY_ROOT:       1
    Mounts:                    <none>
  Containers:
   gitea:
    Image:       gitea/gitea:1.21.3-rootless
    Ports:       30009/TCP, 30008/TCP
    Host Ports:  0/TCP, 0/TCP
    Limits:
      cpu:     4
      memory:  8Gi
    Requests:
      cpu:      10m
      memory:   50Mi
    Liveness:   http-get https://:30008/api/healthz delay=10s timeout=5s period=10s #success=1 #failure=5
    Readiness:  http-get https://:30008/api/healthz delay=10s timeout=5s period=10s #success=2 #failure=5
    Startup:    http-get https://:30008/api/healthz delay=10s timeout=2s period=5s #success=1 #failure=60
    Environment Variables from:
      gitea-gitea-creds   Secret     Optional: false
      gitea-gitea-config  ConfigMap  Optional: false
    Environment:
      TZ:                      UTC
      UMASK:                   002
      UMASK_SET:               002
      NVIDIA_VISIBLE_DEVICES:  void
      S6_READ_ONLY_ROOT:       1
    Mounts:
      /etc/certs/gitea from cert (ro)
      /etc/gitea from config (rw)
      /tmp/gitea from gitea-temp (rw)
      /var/lib/gitea from data (rw)
  Volumes:
   cert:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  gitea-gitea-cert
    Optional:    false
   config:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/SSD/ix-applications/releases/gitea/volumes/ix_volumes/config
    HostPathType:  
   data:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/SSD/ix-applications/releases/gitea/volumes/ix_volumes/data
    HostPathType:  
   gitea-temp:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
Conditions:
  Type           Status  Reason
  ----           ------  ------
  Progressing    True    NewReplicaSetAvailable
  Available      False   MinimumReplicasUnavailable
OldReplicaSets:  <none>
NewReplicaSet:   gitea-6f7479bdf4 (1/1 replicas created)
Events:          <none>


Name:               jellyfin
Namespace:          ix-jellyfin
CreationTimestamp:  Thu, 28 Dec 2023 16:34:29 +0100
Labels:             app=jellyfin-1.2.4
                    app.kubernetes.io/instance=jellyfin
                    app.kubernetes.io/managed-by=Helm
                    app.kubernetes.io/name=jellyfin
                    app.kubernetes.io/version=10.8.13
                    helm-revision=4
                    helm.sh/chart=jellyfin-1.2.4
                    release=jellyfin
Annotations:        deployment.kubernetes.io/revision: 4
                    meta.helm.sh/release-name: jellyfin
                    meta.helm.sh/release-namespace: ix-jellyfin
Selector:           app.kubernetes.io/instance=jellyfin,app.kubernetes.io/name=jellyfin,pod.name=jellyfin
Replicas:           1 desired | 1 updated | 1 total | 0 available | 1 unavailable
StrategyType:       Recreate
MinReadySeconds:    0
Pod Template:
  Labels:           app=jellyfin-1.2.4
                    app.kubernetes.io/instance=jellyfin
                    app.kubernetes.io/managed-by=Helm
                    app.kubernetes.io/name=jellyfin
                    app.kubernetes.io/version=10.8.13
                    helm-revision=4
                    helm.sh/chart=jellyfin-1.2.4
                    pod.name=jellyfin
                    release=jellyfin
  Annotations:      rollme: 8E8Tj
  Service Account:  default
  Containers:
   jellyfin:
    Image:      jellyfin/jellyfin:10.8.13
    Port:       8096/TCP
    Host Port:  0/TCP
    Limits:
      cpu:             4
      memory:          8Gi
      nvidia.com/gpu:  1
    Requests:
      cpu:      10m
      memory:   50Mi
    Liveness:   http-get http://:8096/health delay=10s timeout=5s period=10s #success=1 #failure=5
    Readiness:  http-get http://:8096/health delay=10s timeout=5s period=10s #success=2 #failure=5
    Startup:    http-get http://:8096/health delay=10s timeout=2s period=5s #success=1 #failure=60
    Environment:
      TZ:                          UTC
      UMASK:                       002
      UMASK_SET:                   002
      NVIDIA_DRIVER_CAPABILITIES:  all
      S6_READ_ONLY_ROOT:           1
    Mounts:
      /cache from cache (rw)
      /config from config (rw)
      /config/transcodes from transcode (rw)
      /mnt from jellyfin-0 (rw)
      /tmp from tmp (rw)
  Volumes:
   cache:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/SSD/ix-applications/releases/jellyfin/volumes/ix_volumes/cache
    HostPathType:  
   config:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/SSD/ix-applications/releases/jellyfin/volumes/ix_volumes/config
    HostPathType:  
   jellyfin-0:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/Storage
    HostPathType:  
   tmp:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
   transcode:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/SSD/ix-applications/releases/jellyfin/volumes/ix_volumes/transcodes
    HostPathType:  
Conditions:
  Type           Status  Reason
  ----           ------  ------
  Progressing    True    NewReplicaSetAvailable
  Available      False   MinimumReplicasUnavailable
OldReplicaSets:  <none>
NewReplicaSet:   jellyfin-64c4d7b66b (1/1 replicas created)
Events:          <none>


Name:               sabnzbd
Namespace:          ix-sabnzbd
CreationTimestamp:  Thu, 28 Dec 2023 16:23:04 +0100
Labels:             app=sabnzbd-1.1.7
                    app.kubernetes.io/instance=sabnzbd
                    app.kubernetes.io/managed-by=Helm
                    app.kubernetes.io/name=sabnzbd
                    app.kubernetes.io/version=4.1.0
                    helm-revision=1
                    helm.sh/chart=sabnzbd-1.1.7
                    release=sabnzbd
Annotations:        deployment.kubernetes.io/revision: 1
                    meta.helm.sh/release-name: sabnzbd
                    meta.helm.sh/release-namespace: ix-sabnzbd
Selector:           app.kubernetes.io/instance=sabnzbd,app.kubernetes.io/name=sabnzbd,pod.name=sabnzbd
Replicas:           1 desired | 1 updated | 1 total | 0 available | 1 unavailable
StrategyType:       Recreate
MinReadySeconds:    0
Pod Template:
  Labels:           app=sabnzbd-1.1.7
                    app.kubernetes.io/instance=sabnzbd
                    app.kubernetes.io/managed-by=Helm
                    app.kubernetes.io/name=sabnzbd
                    app.kubernetes.io/version=4.1.0
                    helm-revision=1
                    helm.sh/chart=sabnzbd-1.1.7
                    pod.name=sabnzbd
                    release=sabnzbd
  Annotations:      rollme: fITFX
  Service Account:  default
  Init Containers:
   sabnzbd-init-01-permissions:
    Image:      bash:4.4.23
    Port:       <none>
    Host Port:  <none>
    Command:
      bash
    Args:
      -c
      for dir in /mnt/directories/*; do
        if [ ! -d "$dir" ]; then
          echo "[$dir] is not a directory, skipping"
          continue
        fi
      
        echo "Current Ownership and Permissions on ["$dir"]:"
        echo "chown: $(stat -c "%u %g" "$dir")"
        echo "chmod: $(stat -c "%a" "$dir")" 
        if [ $(stat -c %u "$dir") -eq 568 ] && [ $(stat -c %g "$dir") -eq 568 ]; then
          echo "Ownership is correct. Skipping..."
          fix_owner="false"
        else
          echo "Ownership is incorrect. Fixing..."
          fix_owner="true"
        fi
      
      
        if [ "$fix_owner" = "true" ]; then
          echo "Changing ownership to 568:568 on: ["$dir"]"
          chown -R 568:568 "$dir"
          echo "Finished changing ownership"
          echo "Ownership after changes:"
          stat -c "%u %g" "$dir"
        fi
      done
    Limits:
      cpu:     1
      memory:  512Mi
    Requests:
      cpu:     10m
      memory:  50Mi
    Environment:
      TZ:                      UTC
      UMASK:                   002
      UMASK_SET:               002
      NVIDIA_VISIBLE_DEVICES:  void
      PUID:                    568
      USER_ID:                 568
      UID:                     568
      PGID:                    568
      GROUP_ID:                568
      GID:                     568
    Mounts:
      /mnt/directories/config from config (rw)
      /mnt/directories/mnt/Storage from sabnzbd-0 (rw)
  Containers:
   sabnzbd:
    Image:      ghcr.io/onedr0p/sabnzbd:4.1.0
    Port:       30055/TCP
    Host Port:  0/TCP
    Limits:
      cpu:     4
      memory:  8Gi
    Requests:
      cpu:      10m
      memory:   50Mi
    Liveness:   http-get http://:30055/api%3Fmode=version delay=10s timeout=5s period=10s #success=1 #failure=5
    Readiness:  http-get http://:30055/api%3Fmode=version delay=10s timeout=5s period=10s #success=2 #failure=5
    Startup:    http-get http://:30055/api%3Fmode=version delay=10s timeout=2s period=5s #success=1 #failure=60
    Environment:
      TZ:                      UTC
      UMASK:                   002
      UMASK_SET:               002
      NVIDIA_VISIBLE_DEVICES:  void
      S6_READ_ONLY_ROOT:       1
      SABNZBD__PORT:           30055
    Mounts:
      /config from config (rw)
      /mnt/Storage from sabnzbd-0 (rw)
      /tmp from tmp (rw)
  Volumes:
   config:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/SSD/ix-applications/releases/sabnzbd/volumes/ix_volumes/config
    HostPathType:  
   sabnzbd-0:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/Storage
    HostPathType:  
   tmp:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
Conditions:
  Type           Status  Reason
  ----           ------  ------
  Progressing    True    NewReplicaSetAvailable
  Available      False   MinimumReplicasUnavailable
OldReplicaSets:  <none>
NewReplicaSet:   sabnzbd-9f94c7bfd (1/1 replicas created)
Events:          <none>


Name:               unifi-controller
Namespace:          ix-unifi-controller
CreationTimestamp:  Thu, 28 Dec 2023 13:49:18 +0100
Labels:             app=unifi-controller-1.2.6
                    app.kubernetes.io/instance=unifi-controller
                    app.kubernetes.io/managed-by=Helm
                    app.kubernetes.io/name=unifi-controller
                    app.kubernetes.io/version=8.0.24
                    helm-revision=1
                    helm.sh/chart=unifi-controller-1.2.6
                    release=unifi-controller
Annotations:        deployment.kubernetes.io/revision: 1
                    meta.helm.sh/release-name: unifi-controller
                    meta.helm.sh/release-namespace: ix-unifi-controller
Selector:           app.kubernetes.io/instance=unifi-controller,app.kubernetes.io/name=unifi-controller,pod.name=unifi
Replicas:           1 desired | 1 updated | 1 total | 0 available | 1 unavailable
StrategyType:       Recreate
MinReadySeconds:    0
Pod Template:
  Labels:           app=unifi-controller-1.2.6
                    app.kubernetes.io/instance=unifi-controller
                    app.kubernetes.io/managed-by=Helm
                    app.kubernetes.io/name=unifi-controller
                    app.kubernetes.io/version=8.0.24
                    helm-revision=1
                    helm.sh/chart=unifi-controller-1.2.6
                    pod.name=unifi
                    release=unifi-controller
  Annotations:      rollme: vBAjK
  Service Account:  default
  Init Containers:
   unifi-controller-init-01-permissions:
    Image:      bash:4.4.23
    Port:       <none>
    Host Port:  <none>
    Command:
      bash
    Args:
      -c
      for dir in /mnt/directories/*; do
        if [ ! -d "$dir" ]; then
          echo "[$dir] is not a directory, skipping"
          continue
        fi
      
        echo "Current Ownership and Permissions on ["$dir"]:"
        echo "chown: $(stat -c "%u %g" "$dir")"
        echo "chmod: $(stat -c "%a" "$dir")" 
        if [ $(stat -c %u "$dir") -eq 999 ] && [ $(stat -c %g "$dir") -eq 999 ]; then
          echo "Ownership is correct. Skipping..."
          fix_owner="false"
        else
          echo "Ownership is incorrect. Fixing..."
          fix_owner="true"
        fi
      
      
        if [ "$fix_owner" = "true" ]; then
          echo "Changing ownership to 999:999 on: ["$dir"]"
          chown -R 999:999 "$dir"
          echo "Finished changing ownership"
          echo "Ownership after changes:"
          stat -c "%u %g" "$dir"
        fi
      done
      
    Limits:
      cpu:     1
      memory:  512Mi
    Requests:
      cpu:     10m
      memory:  50Mi
    Environment:
      TZ:                      Europe/Vienna
      UMASK:                   002
      UMASK_SET:               002
      NVIDIA_VISIBLE_DEVICES:  void
      PUID:                    568
      USER_ID:                 568
      UID:                     568
      PGID:                    568
      GROUP_ID:                568
      GID:                     568
    Mounts:
      /mnt/directories/unifi from data (rw)
  Containers:
   unifi-controller:
    Image:       goofball222/unifi:8.0.24
    Ports:       30072/TCP, 30074/TCP
    Host Ports:  30072/TCP, 30074/TCP
    Limits:
      cpu:     4
      memory:  8Gi
    Requests:
      cpu:      10m
      memory:   50Mi
    Liveness:   exec [/usr/local/bin/docker-healthcheck.sh] delay=10s timeout=5s period=10s #success=1 #failure=5
    Readiness:  exec [/usr/local/bin/docker-healthcheck.sh] delay=10s timeout=5s period=10s #success=2 #failure=5
    Startup:    exec [/usr/local/bin/docker-healthcheck.sh] delay=10s timeout=2s period=5s #success=1 #failure=60
    Environment:
      TZ:                      Europe/Vienna
      UMASK:                   002
      UMASK_SET:               002
      NVIDIA_VISIBLE_DEVICES:  void
      S6_READ_ONLY_ROOT:       1
      DB_MONGO_LOCAL:          true
      PORTAL_HTTPS_PORT:       30074
      PORTAL_HTTP_PORT:        30075
      RUNAS_UID0:              false
      RUN_CHOWN:               false
      UNIFI_HTTPS_PORT:        30072
      UNIFI_HTTP_PORT:         30073
    Mounts:
      /tmp from tmp (rw)
      /usr/lib/unifi/cert from cert (rw)
      /usr/lib/unifi/data from data (rw)
      /usr/lib/unifi/logs from logs (rw)
  Volumes:
   cert:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
   data:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/SSD/ix-applications/releases/unifi-controller/volumes/ix_volumes/data
    HostPathType:  
   logs:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
   tmp:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
Conditions:
  Type           Status  Reason
  ----           ------  ------
  Progressing    True    NewReplicaSetAvailable
  Available      False   MinimumReplicasUnavailable
OldReplicaSets:  <none>
NewReplicaSet:   unifi-controller-85b5667bb (1/1 replicas created)
Events:          <none>


Name:                   coredns
Namespace:              kube-system
CreationTimestamp:      Thu, 28 Dec 2023 13:47:44 +0100
Labels:                 k8s-app=kube-dns
                        kubernetes.io/name=CoreDNS
                        objectset.rio.cattle.io/hash=bce283298811743a0386ab510f2f67ef74240c57
Annotations:            deployment.kubernetes.io/revision: 1
                        objectset.rio.cattle.io/applied:
                          H4sIAAAAAAAA/6xVQW/bOBP9Kx/mLMVW0jaugO/QtbPboq3XqJNeCqOgqZHFNcXhkiMnRqD/vhjJduw2TdrFniyTb4ZvHucN70F58xlDNOQgB+V9HGwySGBtXAE5TNBb2tboGBKokV...
                        objectset.rio.cattle.io/id: 
                        objectset.rio.cattle.io/owner-gvk: k3s.cattle.io/v1, Kind=Addon
                        objectset.rio.cattle.io/owner-name: coredns
                        objectset.rio.cattle.io/owner-namespace: kube-system
Selector:               k8s-app=kube-dns
Replicas:               1 desired | 1 updated | 1 total | 1 available | 0 unavailable
StrategyType:           RollingUpdate
MinReadySeconds:        0
RollingUpdateStrategy:  1 max unavailable, 25% max surge
Pod Template:
  Labels:           k8s-app=kube-dns
  Service Account:  coredns
  Containers:
   coredns:
    Image:       rancher/mirrored-coredns-coredns:1.10.1
    Ports:       53/UDP, 53/TCP, 9153/TCP
    Host Ports:  0/UDP, 0/TCP, 0/TCP
    Args:
      -conf
      /etc/coredns/Corefile
    Limits:
      memory:  170Mi
    Requests:
      cpu:        100m
      memory:     70Mi
    Liveness:     http-get http://:8080/health delay=60s timeout=1s period=10s #success=1 #failure=3
    Readiness:    http-get http://:8181/ready delay=0s timeout=1s period=2s #success=1 #failure=3
    Environment:  <none>
    Mounts:
      /etc/coredns from config-volume (ro)
      /etc/coredns/custom from custom-config-volume (ro)
  Volumes:
   config-volume:
    Type:      ConfigMap (a volume populated by a ConfigMap)
    Name:      coredns
    Optional:  false
   custom-config-volume:
    Type:                       ConfigMap (a volume populated by a ConfigMap)
    Name:                       coredns-custom
    Optional:                   true
  Topology Spread Constraints:  kubernetes.io/hostname:DoNotSchedule when max skew 1 is exceeded for selector k8s-app=kube-dns
  Priority Class Name:          system-cluster-critical
Conditions:
  Type           Status  Reason
  ----           ------  ------
  Available      True    MinimumReplicasAvailable
  Progressing    True    NewReplicaSetAvailable
OldReplicaSets:  <none>
NewReplicaSet:   coredns-59b4f5bbd5 (1/1 replicas created)
Events:          <none>


Name:                   snapshot-controller
Namespace:              kube-system
CreationTimestamp:      Thu, 28 Dec 2023 13:47:44 +0100
Labels:                 objectset.rio.cattle.io/hash=e20aeb27d825538dc5fa9f4d82c2fe2058f8374c
Annotations:            deployment.kubernetes.io/revision: 1
                        objectset.rio.cattle.io/applied:
                          H4sIAAAAAAAA/7RUzW7bOBB+lcWcJceW442XgA/BZk/bBkWM9BLkMKZGMmuKZDgjNYKhdy8oO60D5A8FehM5w+9nPlJ7wGC+UmTjHSjAEPism0EGO+NKUHBFwfq+ISeQQUOCJQqC2g...
                        objectset.rio.cattle.io/id: 
                        objectset.rio.cattle.io/owner-gvk: k3s.cattle.io/v1, Kind=Addon
                        objectset.rio.cattle.io/owner-name: nfs-csi
                        objectset.rio.cattle.io/owner-namespace: kube-system
Selector:               app=snapshot-controller
Replicas:               2 desired | 2 updated | 2 total | 0 available | 2 unavailable
StrategyType:           RollingUpdate
MinReadySeconds:        15
RollingUpdateStrategy:  1 max unavailable, 0 max surge
Pod Template:
  Labels:           app=snapshot-controller
  Service Account:  snapshot-controller
  Containers:
   snapshot-controller:
    Image:      registry.k8s.io/sig-storage/snapshot-controller:v6.2.2
    Port:       <none>
    Host Port:  <none>
    Args:
      --v=2
      --leader-election=true
      --leader-election-namespace=kube-system
    Limits:
      memory:  300Mi
    Requests:
      cpu:              10m
      memory:           20Mi
    Environment:        <none>
    Mounts:             <none>
  Volumes:              <none>
  Priority Class Name:  system-cluster-critical
Conditions:
  Type           Status  Reason
  ----           ------  ------
  Progressing    True    NewReplicaSetAvailable
  Available      False   MinimumReplicasUnavailable
OldReplicaSets:  <none>
NewReplicaSet:   snapshot-controller-546868dfb4 (2/2 replicas created)
Events:          <none>


Name:                   csi-smb-controller
Namespace:              kube-system
CreationTimestamp:      Thu, 28 Dec 2023 13:47:45 +0100
Labels:                 objectset.rio.cattle.io/hash=dcff83f97210cf176ea098fd305c31dad9e74663
Annotations:            deployment.kubernetes.io/revision: 1
                        objectset.rio.cattle.io/applied:
                          H4sIAAAAAAAA/8RW32/bNhD+V4ZDHzpAcqw4SRsBfijibAu2ekYdbA+FMdDU2bqZIjnypMYL9L8PpGRHwZIu7TAMQQD6jvfr+z6ddA/C0i/oPBkNOQhr/UmTQQI70gXkMEOrzL5CzZ...
                        objectset.rio.cattle.io/id: 
                        objectset.rio.cattle.io/owner-gvk: k3s.cattle.io/v1, Kind=Addon
                        objectset.rio.cattle.io/owner-name: smb-csi
                        objectset.rio.cattle.io/owner-namespace: kube-system
Selector:               app=csi-smb-controller
Replicas:               1 desired | 1 updated | 1 total | 1 available | 0 unavailable
StrategyType:           RollingUpdate
MinReadySeconds:        0
RollingUpdateStrategy:  25% max unavailable, 25% max surge
Pod Template:
  Labels:           app=csi-smb-controller
  Service Account:  csi-smb-controller-sa
  Containers:
   csi-provisioner:
    Image:      registry.k8s.io/sig-storage/csi-provisioner:v3.5.0
    Port:       <none>
    Host Port:  <none>
    Args:
      -v=2
      --csi-address=$(ADDRESS)
      --leader-election
      --leader-election-namespace=kube-system
      --extra-create-metadata=true
    Limits:
      cpu:     1
      memory:  300Mi
    Requests:
      cpu:     10m
      memory:  20Mi
    Environment:
      ADDRESS:  /csi/csi.sock
    Mounts:
      /csi from socket-dir (rw)
   liveness-probe:
    Image:      registry.k8s.io/sig-storage/livenessprobe:v2.10.0
    Port:       <none>
    Host Port:  <none>
    Args:
      --csi-address=/csi/csi.sock
      --probe-timeout=3s
      --health-port=29642
      --v=2
    Limits:
      cpu:     1
      memory:  100Mi
    Requests:
      cpu:        10m
      memory:     20Mi
    Environment:  <none>
    Mounts:
      /csi from socket-dir (rw)
   smb:
    Image:       registry.k8s.io/sig-storage/smbplugin:v1.11.0
    Ports:       29642/TCP, 29644/TCP
    Host Ports:  29642/TCP, 29644/TCP
    Args:
      --v=5
      --endpoint=$(CSI_ENDPOINT)
      --metrics-address=0.0.0.0:29644
    Limits:
      memory:  200Mi
    Requests:
      cpu:     10m
      memory:  20Mi
    Liveness:  http-get http://:healthz/healthz delay=30s timeout=10s period=30s #success=1 #failure=5
    Environment:
      CSI_ENDPOINT:  unix:///csi/csi.sock
    Mounts:
      /csi from socket-dir (rw)
  Volumes:
   socket-dir:
    Type:               EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:             
    SizeLimit:          <unset>
  Priority Class Name:  system-cluster-critical
Conditions:
  Type           Status  Reason
  ----           ------  ------
  Progressing    True    NewReplicaSetAvailable
  Available      True    MinimumReplicasAvailable
OldReplicaSets:  <none>
NewReplicaSet:   csi-smb-controller-7fbbb8fb6f (1/1 replicas created)
Events:          <none>


Name:                   csi-nfs-controller
Namespace:              kube-system
CreationTimestamp:      Thu, 28 Dec 2023 13:47:44 +0100
Labels:                 objectset.rio.cattle.io/hash=e20aeb27d825538dc5fa9f4d82c2fe2058f8374c
Annotations:            deployment.kubernetes.io/revision: 1
                        objectset.rio.cattle.io/applied:
                          H4sIAAAAAAAA/8RW4W/bthP9V3449EMLSLbjxG0qwB/yi9Mt2OoadbFhKIKCJk/2zRTJkZQaL9D/PhwlJ87WpEGBoh8MyDze8d177yjdgHD0G/pA1kABwrkwbI4ggy0ZBQXM0Gm7q9...
                        objectset.rio.cattle.io/id: 
                        objectset.rio.cattle.io/owner-gvk: k3s.cattle.io/v1, Kind=Addon
                        objectset.rio.cattle.io/owner-name: nfs-csi
                        objectset.rio.cattle.io/owner-namespace: kube-system
Selector:               app=csi-nfs-controller
Replicas:               1 desired | 1 updated | 1 total | 1 available | 0 unavailable
StrategyType:           RollingUpdate
MinReadySeconds:        0
RollingUpdateStrategy:  25% max unavailable, 25% max surge
Pod Template:
  Labels:           app=csi-nfs-controller
  Service Account:  csi-nfs-controller-sa
  Containers:
   csi-provisioner:
    Image:      registry.k8s.io/sig-storage/csi-provisioner:v3.5.0
    Port:       <none>
    Host Port:  <none>
    Args:
      -v=2
      --csi-address=$(ADDRESS)
      --leader-election
      --leader-election-namespace=kube-system
      --extra-create-metadata=true
    Limits:
      memory:  400Mi
    Requests:
      cpu:     10m
      memory:  20Mi
    Environment:
      ADDRESS:  /csi/csi.sock
    Mounts:
      /csi from socket-dir (rw)
   csi-snapshotter:
    Image:      registry.k8s.io/sig-storage/csi-snapshotter:v6.2.2
    Port:       <none>
    Host Port:  <none>
    Args:
      --v=2
      --csi-address=$(ADDRESS)
      --leader-election-namespace=kube-system
      --leader-election
    Limits:
      memory:  200Mi
    Requests:
      cpu:     10m
      memory:  20Mi
    Environment:
      ADDRESS:  /csi/csi.sock
    Mounts:
      /csi from socket-dir (rw)
   liveness-probe:
    Image:      registry.k8s.io/sig-storage/livenessprobe:v2.10.0
    Port:       <none>
    Host Port:  <none>
    Args:
      --csi-address=/csi/csi.sock
      --probe-timeout=3s
      --health-port=29652
      --v=2
    Limits:
      memory:  100Mi
    Requests:
      cpu:        10m
      memory:     20Mi
    Environment:  <none>
    Mounts:
      /csi from socket-dir (rw)
   nfs:
    Image:      registry.k8s.io/sig-storage/nfsplugin:v4.4.0
    Port:       29652/TCP
    Host Port:  29652/TCP
    Args:
      -v=5
      --nodeid=$(NODE_ID)
      --endpoint=$(CSI_ENDPOINT)
    Limits:
      memory:  200Mi
    Requests:
      cpu:     10m
      memory:  20Mi
    Liveness:  http-get http://:healthz/healthz delay=30s timeout=10s period=30s #success=1 #failure=5
    Environment:
      NODE_ID:        (v1:spec.nodeName)
      CSI_ENDPOINT:  unix:///csi/csi.sock
    Mounts:
      /csi from socket-dir (rw)
      /var/lib/kubelet/pods from pods-mount-dir (rw)
  Volumes:
   pods-mount-dir:
    Type:          HostPath (bare host directory volume)
    Path:          /var/lib/kubelet/pods
    HostPathType:  Directory
   socket-dir:
    Type:               EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:             
    SizeLimit:          <unset>
  Priority Class Name:  system-cluster-critical
Conditions:
  Type           Status  Reason
  ----           ------  ------
  Progressing    True    NewReplicaSetAvailable
  Available      True    MinimumReplicasAvailable
OldReplicaSets:  <none>
NewReplicaSet:   csi-nfs-controller-7b74694749 (1/1 replicas created)
Events:          <none>


Name:               sonarr
Namespace:          ix-sonarr
CreationTimestamp:  Thu, 28 Dec 2023 16:21:47 +0100
Labels:             app=sonarr-1.2.5
                    app.kubernetes.io/instance=sonarr
                    app.kubernetes.io/managed-by=Helm
                    app.kubernetes.io/name=sonarr
                    app.kubernetes.io/version=3.0.10.1567
                    helm-revision=2
                    helm.sh/chart=sonarr-1.2.5
                    release=sonarr
Annotations:        deployment.kubernetes.io/revision: 2
                    meta.helm.sh/release-name: sonarr
                    meta.helm.sh/release-namespace: ix-sonarr
Selector:           app.kubernetes.io/instance=sonarr,app.kubernetes.io/name=sonarr,pod.name=sonarr
Replicas:           1 desired | 1 updated | 1 total | 1 available | 0 unavailable
StrategyType:       Recreate
MinReadySeconds:    0
Pod Template:
  Labels:           app=sonarr-1.2.5
                    app.kubernetes.io/instance=sonarr
                    app.kubernetes.io/managed-by=Helm
                    app.kubernetes.io/name=sonarr
                    app.kubernetes.io/version=3.0.10.1567
                    helm-revision=2
                    helm.sh/chart=sonarr-1.2.5
                    pod.name=sonarr
                    release=sonarr
  Annotations:      rollme: K3Ons
  Service Account:  default
  Containers:
   sonarr:
    Image:      ghcr.io/onedr0p/sonarr:3.0.10.1567
    Port:       30027/TCP
    Host Port:  0/TCP
    Limits:
      cpu:     4
      memory:  8Gi
    Requests:
      cpu:      10m
      memory:   50Mi
    Liveness:   http-get http://:30027/ping delay=10s timeout=5s period=10s #success=1 #failure=5
    Readiness:  http-get http://:30027/ping delay=10s timeout=5s period=10s #success=2 #failure=5
    Startup:    http-get http://:30027/ping delay=10s timeout=2s period=5s #success=1 #failure=60
    Environment:
      TZ:                      UTC
      UMASK:                   002
      UMASK_SET:               002
      NVIDIA_VISIBLE_DEVICES:  void
      S6_READ_ONLY_ROOT:       1
      SONARR__INSTANCE_NAME:   Sonarr
      SONARR__PORT:            30027
    Mounts:
      /config from config (rw)
      /mnt from sonarr-0 (rw)
      /tmp from tmp (rw)
  Volumes:
   config:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/SSD/ix-applications/releases/sonarr/volumes/ix_volumes/config
    HostPathType:  
   sonarr-0:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/Storage
    HostPathType:  
   tmp:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
Conditions:
  Type           Status  Reason
  ----           ------  ------
  Progressing    True    NewReplicaSetAvailable
  Available      True    MinimumReplicasAvailable
OldReplicaSets:  <none>
NewReplicaSet:   sonarr-8f694b79d (1/1 replicas created)
Events:          <none>


Name:               radarr
Namespace:          ix-radarr
CreationTimestamp:  Thu, 28 Dec 2023 16:20:10 +0100
Labels:             app=radarr-1.2.6
                    app.kubernetes.io/instance=radarr
                    app.kubernetes.io/managed-by=Helm
                    app.kubernetes.io/name=radarr
                    app.kubernetes.io/version=5.2.6.8376
                    helm-revision=2
                    helm.sh/chart=radarr-1.2.6
                    release=radarr
Annotations:        deployment.kubernetes.io/revision: 2
                    meta.helm.sh/release-name: radarr
                    meta.helm.sh/release-namespace: ix-radarr
Selector:           app.kubernetes.io/instance=radarr,app.kubernetes.io/name=radarr,pod.name=radarr
Replicas:           1 desired | 1 updated | 1 total | 1 available | 0 unavailable
StrategyType:       Recreate
MinReadySeconds:    0
Pod Template:
  Labels:           app=radarr-1.2.6
                    app.kubernetes.io/instance=radarr
                    app.kubernetes.io/managed-by=Helm
                    app.kubernetes.io/name=radarr
                    app.kubernetes.io/version=5.2.6.8376
                    helm-revision=2
                    helm.sh/chart=radarr-1.2.6
                    pod.name=radarr
                    release=radarr
  Annotations:      rollme: ZUp8S
  Service Account:  default
  Containers:
   radarr:
    Image:      ghcr.io/onedr0p/radarr:5.2.6.8376
    Port:       30025/TCP
    Host Port:  0/TCP
    Limits:
      cpu:     4
      memory:  8Gi
    Requests:
      cpu:      10m
      memory:   50Mi
    Liveness:   http-get http://:30025/ping delay=10s timeout=5s period=10s #success=1 #failure=5
    Readiness:  http-get http://:30025/ping delay=10s timeout=5s period=10s #success=2 #failure=5
    Startup:    http-get http://:30025/ping delay=10s timeout=2s period=5s #success=1 #failure=60
    Environment:
      TZ:                      UTC
      UMASK:                   002
      UMASK_SET:               002
      NVIDIA_VISIBLE_DEVICES:  void
      S6_READ_ONLY_ROOT:       1
      RADARR__INSTANCE_NAME:   Radarr
      RADARR__PORT:            30025
    Mounts:
      /config from config (rw)
      /mnt from radarr-0 (rw)
      /tmp from tmp (rw)
  Volumes:
   config:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/SSD/ix-applications/releases/radarr/volumes/ix_volumes/config
    HostPathType:  
   radarr-0:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/Storage
    HostPathType:  
   tmp:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
Conditions:
  Type           Status  Reason
  ----           ------  ------
  Progressing    True    NewReplicaSetAvailable
  Available      True    MinimumReplicasAvailable
OldReplicaSets:  <none>
NewReplicaSet:   radarr-78fb8b865b (1/1 replicas created)
Events:          <none>


Name:               wg-easy
Namespace:          ix-wg-easy
CreationTimestamp:  Thu, 28 Dec 2023 13:54:05 +0100
Labels:             app=wg-easy-2.0.6
                    app.kubernetes.io/instance=wg-easy
                    app.kubernetes.io/managed-by=Helm
                    app.kubernetes.io/name=wg-easy
                    app.kubernetes.io/version=8
                    helm-revision=3
                    helm.sh/chart=wg-easy-2.0.6
                    release=wg-easy
Annotations:        deployment.kubernetes.io/revision: 3
                    meta.helm.sh/release-name: wg-easy
                    meta.helm.sh/release-namespace: ix-wg-easy
Selector:           app.kubernetes.io/instance=wg-easy,app.kubernetes.io/name=wg-easy,pod.name=wgeasy
Replicas:           1 desired | 1 updated | 1 total | 1 available | 0 unavailable
StrategyType:       Recreate
MinReadySeconds:    0
Pod Template:
  Labels:           app=wg-easy-2.0.6
                    app.kubernetes.io/instance=wg-easy
                    app.kubernetes.io/managed-by=Helm
                    app.kubernetes.io/name=wg-easy
                    app.kubernetes.io/version=8
                    helm-revision=3
                    helm.sh/chart=wg-easy-2.0.6
                    pod.name=wgeasy
                    release=wg-easy
  Annotations:      rollme: FIw9w
  Service Account:  default
  Containers:
   wg-easy:
    Image:       ghcr.io/wg-easy/wg-easy:8
    Ports:       51820/UDP, 51821/TCP
    Host Ports:  51820/UDP, 51821/TCP
    Limits:
      cpu:     4
      memory:  8Gi
    Requests:
      cpu:      10m
      memory:   50Mi
    Liveness:   http-get http://:51821/ delay=10s timeout=5s period=10s #success=1 #failure=5
    Readiness:  http-get http://:51821/ delay=10s timeout=5s period=10s #success=2 #failure=5
    Startup:    http-get http://:51821/ delay=10s timeout=2s period=5s #success=1 #failure=60
    Environment:
      TZ:                       UTC
      UMASK:                    002
      UMASK_SET:                002
      NVIDIA_VISIBLE_DEVICES:   void
      PUID:                     0
      USER_ID:                  0
      UID:                      0
      PGID:                     568
      GROUP_ID:                 568
      GID:                      568
      PASSWORD:                 
      PORT:                     51821
      WG_ALLOWED_IPS:           0.0.0.0/0,::/0
      WG_DEFAULT_ADDRESS:       10.8.0.x
      WG_DEFAULT_DNS:           1.1.1.1
      WG_DEVICE:                eth0
      WG_HOST:                  80.108.74.114
      WG_MTU:                   1420
      WG_PATH:                  /etc/wireguard
      WG_PERSISTENT_KEEPALIVE:  0
      WG_PORT:                  51820
    Mounts:
      /etc/wireguard from config (rw)
      /tmp from tmp (rw)
  Volumes:
   config:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/SSD/ix-applications/releases/wg-easy/volumes/ix_volumes/config
    HostPathType:  
   tmp:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
Conditions:
  Type           Status  Reason
  ----           ------  ------
  Progressing    True    NewReplicaSetAvailable
  Available      True    MinimumReplicasAvailable
OldReplicaSets:  <none>
NewReplicaSet:   wg-easy-568f69bb5d (1/1 replicas created)
Events:          <none>


Name:               gitea-postgres
Namespace:          ix-gitea
CreationTimestamp:  Fri, 29 Dec 2023 13:06:15 +0100
Labels:             app=gitea-1.1.8
                    app.kubernetes.io/instance=gitea
                    app.kubernetes.io/managed-by=Helm
                    app.kubernetes.io/name=gitea
                    app.kubernetes.io/version=1.21.3
                    helm-revision=2
                    helm.sh/chart=gitea-1.1.8
                    release=gitea
Annotations:        deployment.kubernetes.io/revision: 2
                    meta.helm.sh/release-name: gitea
                    meta.helm.sh/release-namespace: ix-gitea
Selector:           app.kubernetes.io/instance=gitea,app.kubernetes.io/name=gitea,pod.name=postgres
Replicas:           1 desired | 1 updated | 1 total | 1 available | 0 unavailable
StrategyType:       Recreate
MinReadySeconds:    0
Pod Template:
  Labels:           app=gitea-1.1.8
                    app.kubernetes.io/instance=gitea
                    app.kubernetes.io/managed-by=Helm
                    app.kubernetes.io/name=gitea
                    app.kubernetes.io/version=1.21.3
                    helm-revision=2
                    helm.sh/chart=gitea-1.1.8
                    pod.name=postgres
                    release=gitea
  Annotations:      rollme: 06L7o
  Service Account:  default
  Containers:
   gitea:
    Image:      postgres:15.2
    Port:       5432/TCP
    Host Port:  0/TCP
    Limits:
      cpu:     4
      memory:  8Gi
    Requests:
      cpu:      10m
      memory:   50Mi
    Liveness:   exec [sh -c until pg_isready -U ${POSTGRES_USER} -h localhost; do sleep 2; done] delay=10s timeout=5s period=10s #success=1 #failure=5
    Readiness:  exec [sh -c until pg_isready -U ${POSTGRES_USER} -h localhost; do sleep 2; done] delay=10s timeout=5s period=10s #success=2 #failure=5
    Startup:    exec [sh -c until pg_isready -U ${POSTGRES_USER} -h localhost; do sleep 2; done] delay=10s timeout=2s period=5s #success=1 #failure=60
    Environment Variables from:
      gitea-postgres-creds  Secret  Optional: false
    Environment:
      TZ:                      UTC
      UMASK:                   002
      UMASK_SET:               002
      NVIDIA_VISIBLE_DEVICES:  void
      S6_READ_ONLY_ROOT:       1
    Mounts:
      /var/lib/postgresql/data from postgresdata (rw)
  Volumes:
   postgresdata:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/SSD/ix-applications/releases/gitea/volumes/ix_volumes/pgData
    HostPathType:  
Conditions:
  Type           Status  Reason
  ----           ------  ------
  Progressing    True    NewReplicaSetAvailable
  Available      True    MinimumReplicasAvailable
OldReplicaSets:  <none>
NewReplicaSet:   gitea-postgres-86c8c597f5 (1/1 replicas created)
Events:          <none>


Name:               duplicati-ix-chart
Namespace:          ix-duplicati
CreationTimestamp:  Thu, 28 Dec 2023 16:47:40 +0100
Labels:             app.kubernetes.io/instance=duplicati
                    app.kubernetes.io/managed-by=Helm
                    app.kubernetes.io/name=ix-chart
                    app.kubernetes.io/version=v1
                    helm.sh/chart=ix-chart-2308.0.1
Annotations:        deployment.kubernetes.io/revision: 7
                    meta.helm.sh/release-name: duplicati
                    meta.helm.sh/release-namespace: ix-duplicati
Selector:           app.kubernetes.io/instance=duplicati,app.kubernetes.io/name=ix-chart
Replicas:           1 desired | 1 updated | 1 total | 0 available | 1 unavailable
StrategyType:       Recreate
MinReadySeconds:    0
Pod Template:
  Labels:       app.kubernetes.io/instance=duplicati
                app.kubernetes.io/name=ix-chart
  Annotations:  rollme: Ueg1J
  Containers:
   ix-chart:
    Image:      linuxserver/duplicati:latest
    Port:       8200/TCP
    Host Port:  0/TCP
    Limits:
      amd.com/gpu:         0
      gpu.intel.com/i915:  0
      nvidia.com/gpu:      0
    Environment:           <none>
    Mounts:
      /config from ix-host-volume-duplicati-duplicati-config (rw)
      /mnt/Data/Daten from ix-host-path-duplicati-0 (rw)
      /mnt/NVME/Bilder from ix-host-path-duplicati-1 (rw)
  Volumes:
   ix-host-path-duplicati-0:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/Data/Daten
    HostPathType:  
   ix-host-path-duplicati-1:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/NVME/Bilder
    HostPathType:  
   ix-host-volume-duplicati-duplicati-config:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/SSD/ix-applications/releases/duplicati/volumes/ix_volumes/duplicati-config
    HostPathType:  
Conditions:
  Type           Status  Reason
  ----           ------  ------
  Progressing    True    NewReplicaSetAvailable
  Available      False   MinimumReplicasUnavailable
OldReplicaSets:  <none>
NewReplicaSet:   duplicati-ix-chart-6c986975cb (1/1 replicas created)
Events:          <none>
