diff --git a/resources/app-volumes/env/k3s-cluster/templates/coder-pv.yaml b/resources/app-volumes/env/k3s-cluster/templates/coder-pv.yaml index 9cd82c5..fefb66d 100644 --- a/resources/app-volumes/env/k3s-cluster/templates/coder-pv.yaml +++ b/resources/app-volumes/env/k3s-cluster/templates/coder-pv.yaml @@ -27,8 +27,4 @@ spec: - key: kubernetes.io/arch operator: In values: - - arm64 - - key: kubernetes.io/os - operator: In - values: - - linux \ No newline at end of file + - arm64 \ No newline at end of file diff --git a/resources/app-volumes/env/k3s-cluster/templates/gitea-pv.yaml b/resources/app-volumes/env/k3s-cluster/templates/gitea-pv.yaml index 4ff163a..ad0e65a 100644 --- a/resources/app-volumes/env/k3s-cluster/templates/gitea-pv.yaml +++ b/resources/app-volumes/env/k3s-cluster/templates/gitea-pv.yaml @@ -27,8 +27,4 @@ spec: - key: kubernetes.io/arch operator: In values: - - arm64 - - key: kubernetes.io/os - operator: In - values: - - linux \ No newline at end of file + - arm64 \ No newline at end of file diff --git a/resources/app-volumes/env/k3s-cluster/templates/minio-pv.yaml b/resources/app-volumes/env/k3s-cluster/templates/minio-pv.yaml index f66dc94..717bc3f 100644 --- a/resources/app-volumes/env/k3s-cluster/templates/minio-pv.yaml +++ b/resources/app-volumes/env/k3s-cluster/templates/minio-pv.yaml @@ -24,7 +24,7 @@ spec: required: nodeSelectorTerms: - matchExpressions: - - key: kubernetes.io/os + - key: kubernetes.io/arch operator: In values: - - linux \ No newline at end of file + - arm64 \ No newline at end of file diff --git a/resources/app-volumes/env/k3s-cluster/templates/mongodb-pv.yaml b/resources/app-volumes/env/k3s-cluster/templates/mongodb-pv.yaml index e5d629d..5a2c168 100644 --- a/resources/app-volumes/env/k3s-cluster/templates/mongodb-pv.yaml +++ b/resources/app-volumes/env/k3s-cluster/templates/mongodb-pv.yaml @@ -27,8 +27,4 @@ spec: - key: kubernetes.io/arch operator: In values: - - amd64 - - key: kubernetes.io/os - operator: In - values: - - linux \ No newline at end of file + - amd64 \ No newline at end of file diff --git a/resources/app-volumes/env/k3s-cluster/templates/plex-config-pv.yaml b/resources/app-volumes/env/k3s-cluster/templates/plex-config-pv.yaml index 160e1e5..ef19681 100644 --- a/resources/app-volumes/env/k3s-cluster/templates/plex-config-pv.yaml +++ b/resources/app-volumes/env/k3s-cluster/templates/plex-config-pv.yaml @@ -27,8 +27,4 @@ spec: - key: kubernetes.io/arch operator: In values: - - amd64 - - key: kubernetes.io/os - operator: In - values: - - linux \ No newline at end of file + - amd64 \ No newline at end of file diff --git a/resources/app-volumes/env/k3s-cluster/templates/postgresql-primary-pv.yaml b/resources/app-volumes/env/k3s-cluster/templates/postgresql-primary-pv.yaml index 26563df..9ea821a 100644 --- a/resources/app-volumes/env/k3s-cluster/templates/postgresql-primary-pv.yaml +++ b/resources/app-volumes/env/k3s-cluster/templates/postgresql-primary-pv.yaml @@ -24,7 +24,7 @@ spec: required: nodeSelectorTerms: - matchExpressions: - - key: kubernetes.io/os + - key: kubernetes.io/arch operator: In values: - - linux \ No newline at end of file + - arm64 \ No newline at end of file diff --git a/resources/app-volumes/env/k3s-cluster/templates/postgresql-replica-pv.yaml b/resources/app-volumes/env/k3s-cluster/templates/postgresql-replica-pv.yaml index 098fc6a..90da17d 100644 --- a/resources/app-volumes/env/k3s-cluster/templates/postgresql-replica-pv.yaml +++ b/resources/app-volumes/env/k3s-cluster/templates/postgresql-replica-pv.yaml @@ -24,7 +24,7 @@ spec: required: nodeSelectorTerms: - matchExpressions: - - key: kubernetes.io/os + - key: kubernetes.io/arch operator: In values: - - linux \ No newline at end of file + - arm64 \ No newline at end of file diff --git a/resources/app-volumes/env/k3s-cluster/templates/redis-master-pv.yaml b/resources/app-volumes/env/k3s-cluster/templates/redis-master-pv.yaml index 1c07c53..0603893 100644 --- a/resources/app-volumes/env/k3s-cluster/templates/redis-master-pv.yaml +++ b/resources/app-volumes/env/k3s-cluster/templates/redis-master-pv.yaml @@ -24,7 +24,7 @@ spec: required: nodeSelectorTerms: - matchExpressions: - - key: kubernetes.io/os + - key: kubernetes.io/arch operator: In values: - - linux \ No newline at end of file + - arm64 \ No newline at end of file diff --git a/resources/app-volumes/env/k3s-cluster/templates/redis-replica-pv.yaml b/resources/app-volumes/env/k3s-cluster/templates/redis-replica-pv.yaml index 7ab5473..7fbe04f 100644 --- a/resources/app-volumes/env/k3s-cluster/templates/redis-replica-pv.yaml +++ b/resources/app-volumes/env/k3s-cluster/templates/redis-replica-pv.yaml @@ -24,7 +24,7 @@ spec: required: nodeSelectorTerms: - matchExpressions: - - key: kubernetes.io/os + - key: kubernetes.io/arch operator: In values: - - linux \ No newline at end of file + - arm64 \ No newline at end of file diff --git a/resources/app-volumes/env/k3s-cluster/templates/sonarqube-pv.yaml b/resources/app-volumes/env/k3s-cluster/templates/sonarqube-pv.yaml index ea6e576..bf84d51 100644 --- a/resources/app-volumes/env/k3s-cluster/templates/sonarqube-pv.yaml +++ b/resources/app-volumes/env/k3s-cluster/templates/sonarqube-pv.yaml @@ -24,7 +24,7 @@ spec: required: nodeSelectorTerms: - matchExpressions: - - key: kubernetes.io/os + - key: kubernetes.io/arch operator: In values: - - linux \ No newline at end of file + - arm64 \ No newline at end of file