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 fefb66d..9cd82c5 100644 --- a/resources/app-volumes/env/k3s-cluster/templates/coder-pv.yaml +++ b/resources/app-volumes/env/k3s-cluster/templates/coder-pv.yaml @@ -27,4 +27,8 @@ spec: - key: kubernetes.io/arch operator: In values: - - arm64 \ No newline at end of file + - arm64 + - key: kubernetes.io/os + operator: In + values: + - linux \ 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 ad0e65a..4ff163a 100644 --- a/resources/app-volumes/env/k3s-cluster/templates/gitea-pv.yaml +++ b/resources/app-volumes/env/k3s-cluster/templates/gitea-pv.yaml @@ -27,4 +27,8 @@ spec: - key: kubernetes.io/arch operator: In values: - - arm64 \ No newline at end of file + - arm64 + - key: kubernetes.io/os + operator: In + values: + - linux \ 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 717bc3f..f66dc94 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/arch + - key: kubernetes.io/os operator: In values: - - arm64 \ No newline at end of file + - linux \ 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 5a2c168..e5d629d 100644 --- a/resources/app-volumes/env/k3s-cluster/templates/mongodb-pv.yaml +++ b/resources/app-volumes/env/k3s-cluster/templates/mongodb-pv.yaml @@ -27,4 +27,8 @@ spec: - key: kubernetes.io/arch operator: In values: - - amd64 \ No newline at end of file + - amd64 + - key: kubernetes.io/os + operator: In + values: + - linux \ 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 ef19681..160e1e5 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,4 +27,8 @@ spec: - key: kubernetes.io/arch operator: In values: - - amd64 \ No newline at end of file + - amd64 + - key: kubernetes.io/os + operator: In + values: + - linux \ 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 9ea821a..26563df 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/arch + - key: kubernetes.io/os operator: In values: - - arm64 \ No newline at end of file + - linux \ 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 90da17d..098fc6a 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/arch + - key: kubernetes.io/os operator: In values: - - arm64 \ No newline at end of file + - linux \ 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 0603893..1c07c53 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/arch + - key: kubernetes.io/os operator: In values: - - arm64 \ No newline at end of file + - linux \ 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 7fbe04f..7ab5473 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/arch + - key: kubernetes.io/os operator: In values: - - arm64 \ No newline at end of file + - linux \ 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 bf90981..1261600 100644 --- a/resources/app-volumes/env/k3s-cluster/templates/sonarqube-pv.yaml +++ b/resources/app-volumes/env/k3s-cluster/templates/sonarqube-pv.yaml @@ -27,4 +27,8 @@ spec: - key: kubernetes.io/arch operator: In values: - - amd64 \ No newline at end of file + - arm64 + - key: kubernetes.io/os + operator: In + values: + - linux \ No newline at end of file