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

Name:               filebrowser
Namespace:          ix-filebrowser
CreationTimestamp:  Thu, 30 Nov 2023 20:46:39 +0100
Labels:             app=filebrowser-1.2.1
                    app.kubernetes.io/instance=filebrowser
                    app.kubernetes.io/managed-by=Helm
                    app.kubernetes.io/name=filebrowser
                    app.kubernetes.io/version=2.26.0
                    helm-revision=8
                    helm.sh/chart=filebrowser-1.2.1
                    release=filebrowser
Annotations:        deployment.kubernetes.io/revision: 8
                    meta.helm.sh/release-name: filebrowser
                    meta.helm.sh/release-namespace: ix-filebrowser
Selector:           app.kubernetes.io/instance=filebrowser,app.kubernetes.io/name=filebrowser,pod.name=filebrowser
Replicas:           0 desired | 0 updated | 0 total | 0 available | 0 unavailable
StrategyType:       Recreate
MinReadySeconds:    0
Pod Template:
  Labels:           app=filebrowser-1.2.1
                    app.kubernetes.io/instance=filebrowser
                    app.kubernetes.io/managed-by=Helm
                    app.kubernetes.io/name=filebrowser
                    app.kubernetes.io/version=2.26.0
                    helm-revision=8
                    helm.sh/chart=filebrowser-1.2.1
                    pod.name=filebrowser
                    release=filebrowser
  Annotations:      rollme: r1BvG
  Service Account:  default
  Init Containers:
   filebrowser-init-02-init-config:
    Image:      filebrowser/filebrowser:v2.26.0
    Port:       <none>
    Host Port:  <none>
    Command:
      /bin/sh
      -c
      if [ ! -f /config/filebrowser.json ]; then
        echo "Creating an empty config file"
        echo '{}' > /config/filebrowser.json
      fi
    Limits:
      cpu:     4
      memory:  2G
    Requests:
      cpu:     10m
      memory:  50Mi
    Environment:
      TZ:                      UTC
      UMASK:                   002
      UMASK_SET:               002
      NVIDIA_VISIBLE_DEVICES:  void
      S6_READ_ONLY_ROOT:       1
    Mounts:
      /config from config (rw)
  Containers:
   filebrowser:
    Image:      filebrowser/filebrowser:v2.26.0
    Port:       30044/TCP
    Host Port:  0/TCP
    Args:
      --config
      /config/filebrowser.json
      --database
      /config/filebrowser.db
      --port
      30044
      --address
      0.0.0.0
      --root
      /data
    Limits:
      cpu:     4
      memory:  2G
    Requests:
      cpu:      10m
      memory:   50Mi
    Liveness:   http-get http://:30044/health delay=10s timeout=5s period=10s #success=1 #failure=5
    Readiness:  http-get http://:30044/health delay=10s timeout=5s period=10s #success=2 #failure=5
    Startup:    http-get http://:30044/health 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
    Mounts:
      /config from config (rw)
      /data/my_data from filebrowser-0 (rw)
  Volumes:
   config:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/datahome/ix-applications/releases/filebrowser/volumes/ix_volumes/config
    HostPathType:  
   filebrowser-0:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/datahome
    HostPathType:  
Conditions:
  Type           Status  Reason
  ----           ------  ------
  Available      True    MinimumReplicasAvailable
  Progressing    True    NewReplicaSetAvailable
OldReplicaSets:  <none>
NewReplicaSet:   filebrowser-7cfc7bbcff (0/0 replicas created)
Events:          <none>


Name:               pihole
Namespace:          ix-pihole
CreationTimestamp:  Mon, 25 Dec 2023 12:57:35 +0100
Labels:             app=pihole
                    app.kubernetes.io/managed-by=Helm
                    chart=pihole-1.0.24
                    heritage=Helm
                    release=pihole
Annotations:        deployment.kubernetes.io/revision: 2
                    meta.helm.sh/release-name: pihole
                    meta.helm.sh/release-namespace: ix-pihole
                    rollme: 1cPnu
Selector:           app=pihole,release=pihole
Replicas:           0 desired | 0 updated | 0 total | 0 available | 0 unavailable
StrategyType:       Recreate
MinReadySeconds:    0
Pod Template:
  Labels:       app=pihole
                app.kubernetes.io/instance=pihole
                app.kubernetes.io/name=pihole
                release=pihole
  Annotations:  rollme: q8fpd
  Containers:
   pihole:
    Image:       pihole/pihole:2023.11.0
    Ports:       20720/TCP, 53/TCP, 53/UDP
    Host Ports:  20720/TCP, 53/TCP, 53/UDP
    Liveness:    http-get http://:20720/admin/login.php delay=10s timeout=5s period=10s #success=1 #failure=5
    Readiness:   http-get http://:20720/admin/login.php delay=10s timeout=5s period=10s #success=2 #failure=5
    Startup:     http-get http://:20720/admin/login.php delay=10s timeout=2s period=5s #success=1 #failure=60
    Environment:
      WEBPASSWORD:  <set to the key 'password' in secret 'pihole'>  Optional: false
      TZ:           Europe/Berlin
      WEB_PORT:     20720
    Mounts:
      /etc/dnsmasq.d from dnsmasq (rw)
      /etc/pihole from config (rw)
  Volumes:
   config:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/datahome/pihole/config
    HostPathType:  
   dnsmasq:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/datahome/pihole/data
    HostPathType:  
Conditions:
  Type           Status  Reason
  ----           ------  ------
  Available      True    MinimumReplicasAvailable
  Progressing    True    NewReplicaSetAvailable
OldReplicaSets:  <none>
NewReplicaSet:   pihole-64597d4b49 (0/0 replicas created)
Events:          <none>


Name:                   coredns
Namespace:              kube-system
CreationTimestamp:      Thu, 30 Nov 2023 15:46:12 +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:                   csi-smb-controller
Namespace:              kube-system
CreationTimestamp:      Thu, 30 Nov 2023 15:46:13 +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, 30 Nov 2023 15:46:12 +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:               nextcloud-postgres
Namespace:          ix-nextcloud
CreationTimestamp:  Mon, 04 Dec 2023 20:45:49 +0100
Labels:             app.kubernetes.io/instance=nextcloud-postgres
                    app.kubernetes.io/managed-by=Helm
                    app.kubernetes.io/name=nextcloud-postgres
Annotations:        deployment.kubernetes.io/revision: 18
                    meta.helm.sh/release-name: nextcloud
                    meta.helm.sh/release-namespace: ix-nextcloud
Selector:           app.kubernetes.io/instance=nextcloud-postgres,app.kubernetes.io/name=nextcloud-postgres
Replicas:           1 desired | 1 updated | 1 total | 1 available | 0 unavailable
StrategyType:       Recreate
MinReadySeconds:    0
Pod Template:
  Labels:       app.kubernetes.io/instance=nextcloud-postgres
                app.kubernetes.io/name=nextcloud-postgres
  Annotations:  rollme: d1DAP
  Containers:
   nextcloud-postgres:
    Image:      postgres:13.1
    Port:       5432/TCP
    Host Port:  0/TCP
    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:
      POSTGRES_USER:      <set to the key 'db-user' in secret 'db-details'>      Optional: false
      POSTGRES_PASSWORD:  <set to the key 'db-password' in secret 'db-details'>  Optional: false
    Mounts:
      /postgres_backups from postgres-backup (rw)
      /var/lib/postgresql/data from postgres-data (rw)
  Volumes:
   postgres-backup:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/datahome/nextcloud/dbbackup
    HostPathType:  
   postgres-data:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/datahome/nextcloud/db
    HostPathType:  
Conditions:
  Type           Status  Reason
  ----           ------  ------
  Progressing    True    NewReplicaSetAvailable
  Available      True    MinimumReplicasAvailable
OldReplicaSets:  <none>
NewReplicaSet:   nextcloud-postgres-64458b44cb (1/1 replicas created)
Events:          <none>


Name:               adguard-home
Namespace:          ix-adguard-home
CreationTimestamp:  Fri, 01 Dec 2023 10:40:32 +0100
Labels:             app=adguard-home-1.0.32
                    app.kubernetes.io/instance=adguard-home
                    app.kubernetes.io/managed-by=Helm
                    app.kubernetes.io/name=adguard-home
                    app.kubernetes.io/version=0.107.43
                    helm-revision=11
                    helm.sh/chart=adguard-home-1.0.32
                    release=adguard-home
Annotations:        deployment.kubernetes.io/revision: 10
                    meta.helm.sh/release-name: adguard-home
                    meta.helm.sh/release-namespace: ix-adguard-home
Selector:           app.kubernetes.io/instance=adguard-home,app.kubernetes.io/name=adguard-home,pod.name=adguard
Replicas:           1 desired | 1 updated | 1 total | 1 available | 0 unavailable
StrategyType:       Recreate
MinReadySeconds:    0
Pod Template:
  Labels:           app=adguard-home-1.0.32
                    app.kubernetes.io/instance=adguard-home
                    app.kubernetes.io/managed-by=Helm
                    app.kubernetes.io/name=adguard-home
                    app.kubernetes.io/version=0.107.43
                    helm-revision=11
                    helm.sh/chart=adguard-home-1.0.32
                    pod.name=adguard
                    release=adguard-home
  Annotations:      rollme: sfagB
  Service Account:  default
  Containers:
   adguard-home:
    Image:      adguard/adguardhome:v0.107.43
    Port:       <none>
    Host Port:  <none>
    Args:
      --no-check-update
      --host
      0.0.0.0
      --config
      /opt/adguardhome/conf/AdGuardHome.yaml
      --work-dir
      /opt/adguardhome/work
      --port
      30004
    Limits:
      cpu:     4
      memory:  4Gi
    Requests:
      cpu:      10m
      memory:   50Mi
    Liveness:   http-get http://:30004/ delay=10s timeout=5s period=10s #success=1 #failure=5
    Readiness:  http-get http://:30004/ delay=10s timeout=5s period=10s #success=2 #failure=5
    Startup:    http-get http://:30004/ delay=10s timeout=2s period=5s #success=1 #failure=60
    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
      S6_READ_ONLY_ROOT:       1
    Mounts:
      /opt/adguardhome/conf from conf (rw)
      /opt/adguardhome/work from work (rw)
  Volumes:
   conf:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/datahome/adguard/config
    HostPathType:  
   work:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/datahome/adguard/data
    HostPathType:  
Conditions:
  Type           Status  Reason
  ----           ------  ------
  Progressing    True    NewReplicaSetAvailable
  Available      True    MinimumReplicasAvailable
OldReplicaSets:  <none>
NewReplicaSet:   adguard-home-69b7c4f9f6 (1/1 replicas created)
Events:          <none>


Name:                   snapshot-controller
Namespace:              kube-system
CreationTimestamp:      Thu, 30 Nov 2023 15:46:12 +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 | 2 available | 0 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      True    MinimumReplicasAvailable
OldReplicaSets:  <none>
NewReplicaSet:   snapshot-controller-546868dfb4 (2/2 replicas created)
Events:          <none>


Name:               netdata
Namespace:          ix-netdata
CreationTimestamp:  Wed, 06 Dec 2023 21:53:26 +0100
Labels:             app=netdata
                    app.kubernetes.io/managed-by=Helm
                    chart=netdata-1.0.39
                    heritage=Helm
                    release=netdata
                    role=parent
Annotations:        deployment.kubernetes.io/revision: 4
                    meta.helm.sh/release-name: netdata
                    meta.helm.sh/release-namespace: ix-netdata
Selector:           app.kubernetes.io/instance=netdata,app.kubernetes.io/name=netdata
Replicas:           1 desired | 1 updated | 1 total | 1 available | 0 unavailable
StrategyType:       Recreate
MinReadySeconds:    0
Pod Template:
  Labels:           app.kubernetes.io/instance=netdata
                    app.kubernetes.io/name=netdata
  Annotations:      rollme: Mf33O
  Service Account:  netdata
  Containers:
   netdata:
    Image:        netdata/netdata:v1.44.1
    Port:         19999/TCP
    Host Port:    0/TCP
    Liveness:     http-get http://:http/api/v1/info delay=10s timeout=5s period=10s #success=1 #failure=5
    Readiness:    http-get http://:http/api/v1/info delay=10s timeout=5s period=10s #success=2 #failure=5
    Startup:      http-get http://:http/api/v1/info delay=10s timeout=2s period=5s #success=1 #failure=60
    Environment:  <none>
    Mounts:
      /etc/netdata from netdataconfig (rw)
      /host/etc/group from group (ro)
      /host/etc/os-release from os-release (ro)
      /host/etc/passwd from user (ro)
      /host/proc from proc (ro)
      /host/sys from sys (ro)
      /var/cache/netdata from netdatacache (rw)
      /var/lib/netdata from netdatalib (rw)
  Volumes:
   netdatacache:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/datahome/datanet/ndc
    HostPathType:  
   netdataconfig:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/datahome/datanet/ndcon
    HostPathType:  
   netdatalib:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/datahome/datanet/ndl
    HostPathType:  
   os-release:
    Type:          HostPath (bare host directory volume)
    Path:          /etc/os-release
    HostPathType:  
   proc:
    Type:          HostPath (bare host directory volume)
    Path:          /proc
    HostPathType:  
   sys:
    Type:          HostPath (bare host directory volume)
    Path:          /sys
    HostPathType:  
   user:
    Type:          HostPath (bare host directory volume)
    Path:          /etc/passwd
    HostPathType:  
   group:
    Type:          HostPath (bare host directory volume)
    Path:          /etc/group
    HostPathType:  
Conditions:
  Type           Status  Reason
  ----           ------  ------
  Progressing    True    NewReplicaSetAvailable
  Available      True    MinimumReplicasAvailable
OldReplicaSets:  <none>
NewReplicaSet:   netdata-9b6b4b88d (1/1 replicas created)
Events:          <none>


Name:               nextcloud
Namespace:          ix-nextcloud
CreationTimestamp:  Mon, 04 Dec 2023 20:45:49 +0100
Labels:             app.kubernetes.io/instance=nextcloud
                    app.kubernetes.io/managed-by=Helm
                    app.kubernetes.io/name=nextcloud
Annotations:        deployment.kubernetes.io/revision: 18
                    meta.helm.sh/release-name: nextcloud
                    meta.helm.sh/release-namespace: ix-nextcloud
Selector:           app.kubernetes.io/instance=nextcloud,app.kubernetes.io/name=nextcloud
Replicas:           1 desired | 1 updated | 1 total | 1 available | 0 unavailable
StrategyType:       Recreate
MinReadySeconds:    0
Pod Template:
  Labels:       app.kubernetes.io/instance=nextcloud
                app.kubernetes.io/name=nextcloud
  Annotations:  rollme: sEBtJ
  Init Containers:
   init-postgresdb:
    Image:      postgres:13.1
    Port:       <none>
    Host Port:  <none>
    Command:
      sh
      -c
      until pg_isready -U $POSTGRES_USER -d nextcloud -h nextcloud-postgres; do echo waiting for postgres; sleep 2; done
    Environment:
      POSTGRES_USER:      <set to the key 'db-user' in secret 'db-details'>      Optional: false
      POSTGRES_PASSWORD:  <set to the key 'db-password' in secret 'db-details'>  Optional: false
    Mounts:               <none>
  Containers:
   nextcloud:
    Image:      nextcloud:28.0.1
    Port:       80/TCP
    Host Port:  0/TCP
    Liveness:   http-get http://:http/status.php delay=10s timeout=5s period=10s #success=1 #failure=5
    Readiness:  http-get http://:http/status.php delay=10s timeout=5s period=10s #success=1 #failure=5
    Startup:    exec [/bin/sh -c commands_to_check=ffmpeg
for comm in $commands_to_check; do
  if ! command -v $comm /dev/null 2>&1; then
    echo "Command $comm not found"
    exit 1
  fi
done
] delay=60s timeout=2s period=10s #success=1 #failure=100
    Environment:
      POSTGRES_USER:              <set to the key 'db-user' in secret 'db-details'>      Optional: false
      POSTGRES_PASSWORD:          <set to the key 'db-password' in secret 'db-details'>  Optional: false
      POSTGRES_HOST:              nextcloud-postgres:5432
      POSTGRES_DB:                nextcloud
      NEXTCLOUD_DATA_DIR:         /var/www/html/data
      PHP_UPLOAD_LIMIT:           3G
      PHP_MEMORY_LIMIT:           512M
      NEXTCLOUD_TRUSTED_DOMAINS:  192.168.0.35
      NEXTCLOUD_ADMIN_USER:       <set to the key 'nextcloud-username' in secret 'nextcloud'>  Optional: false
      NEXTCLOUD_ADMIN_PASSWORD:   <set to the key 'nextcloud-password' in secret 'nextcloud'>  Optional: false
    Mounts:
      /etc/apache2/conf-enabled/limitrequestbody.conf from nextcloud-configuration (rw,path="limitrequestbody.conf")
      /mnt/datahome/nextcloud/opt from extrappvolume-0 (rw)
      /usr/local/etc/php/conf.d/nextcloud-z-99.ini from nextcloud-configuration (rw,path="php.ini")
      /usr/local/etc/php/conf.d/opcache-z-99.ini from nextcloud-configuration (rw,path="opcache.ini")
      /var/www/ from nextcloud-data (rw,path="root")
      /var/www/html from nextcloud-data (rw,path="html")
      /var/www/html/config from nextcloud-data (rw,path="config")
      /var/www/html/custom_apps from nextcloud-data (rw,path="custom_apps")
      /var/www/html/data from nextcloud-data (rw,path="data")
      /var/www/html/themes from nextcloud-data (rw,path="themes")
      /var/www/tmp from nextcloud-data (rw,path="tmp")
  Volumes:
   nextcloud-configuration:
    Type:      ConfigMap (a volume populated by a ConfigMap)
    Name:      nextcloud-configuration
    Optional:  false
   nginx-configuration:
    Type:      ConfigMap (a volume populated by a ConfigMap)
    Name:      nginx-configuration
    Optional:  false
   nextcloud-data:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/datahome/nextcloud/data
    HostPathType:  
   extrappvolume-0:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/datahome/nextcloud/opt
    HostPathType:  
Conditions:
  Type           Status  Reason
  ----           ------  ------
  Progressing    True    NewReplicaSetAvailable
  Available      True    MinimumReplicasAvailable
OldReplicaSets:  <none>
NewReplicaSet:   nextcloud-57d64684d7 (1/1 replicas created)
Events:          <none>


Name:               plex
Namespace:          ix-plex
CreationTimestamp:  Thu, 30 Nov 2023 18:20:08 +0100
Labels:             app.kubernetes.io/instance=plex
                    app.kubernetes.io/managed-by=Helm
                    app.kubernetes.io/name=plex
Annotations:        deployment.kubernetes.io/revision: 13
                    meta.helm.sh/release-name: plex
                    meta.helm.sh/release-namespace: ix-plex
Selector:           app.kubernetes.io/instance=plex,app.kubernetes.io/name=plex
Replicas:           1 desired | 1 updated | 1 total | 1 available | 0 unavailable
StrategyType:       Recreate
MinReadySeconds:    0
Pod Template:
  Labels:       app.kubernetes.io/instance=plex
                app.kubernetes.io/name=plex
  Annotations:  rollme: Xnidt
  Containers:
   plex:
    Image:       plexinc/pms-docker:plexpass
    Ports:       32400/TCP, 32469/TCP, 1900/UDP, 32410/UDP, 32412/UDP, 32413/UDP, 32414/UDP
    Host Ports:  32400/TCP, 32469/TCP, 1900/UDP, 32410/UDP, 32412/UDP, 32413/UDP, 32414/UDP
    Limits:
      amd.com/gpu:         0
      gpu.intel.com/i915:  1
      nvidia.com/gpu:      0
    Requests:
      cpu:      10m
      memory:   50Mi
    Liveness:   tcp-socket :32400 delay=10s timeout=5s period=10s #success=1 #failure=5
    Readiness:  tcp-socket :32400 delay=10s timeout=5s period=10s #success=2 #failure=5
    Startup:    tcp-socket :32400 delay=10s timeout=2s period=5s #success=1 #failure=60
    Environment:
      KUBE_NAMESPACE:         (v1:metadata.namespace)
      POD_IP:                 (v1:status.podIP)
      TZ:                    Europe/Berlin
      PLEX_CLAIM:            claim-zoxzaUzvs1shZRYgf3h8
      PMS_INTERNAL_ADDRESS:  http://plex:32400
      PMS_IMAGE:             plexinc/pms-docker:1.32.8.7639-fb6452ebf
    Mounts:
      /Media from extrappvolume-0 (rw)
      /config from config (rw)
      /config/Library/Application Support/Plex Media Server/Logs from shared-logs (rw)
      /data from data (rw)
      /shared from shared (rw)
      /transcode from transcode (rw)
  Volumes:
   config:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/datahome/plex/apps
    HostPathType:  
   data:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/datahome/plex/apps
    HostPathType:  
   shared:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
   shared-logs:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
   transcode:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/datahome/plex/apps
    HostPathType:  
   extrappvolume-0:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/datahome/plex/media
    HostPathType:  
Conditions:
  Type           Status  Reason
  ----           ------  ------
  Progressing    True    NewReplicaSetAvailable
  Available      True    MinimumReplicasAvailable
OldReplicaSets:  <none>
NewReplicaSet:   plex-55595fd7fb (1/1 replicas created)
Events:          <none>
