From 0d3e37b09a3567fbe46ec5b9b9d3828267c47351 Mon Sep 17 00:00:00 2001 From: antinix Date: Wed, 11 Feb 2026 07:29:50 +0000 Subject: [PATCH] Upload files to "/" --- antinix-test-app-deployment.yaml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/antinix-test-app-deployment.yaml b/antinix-test-app-deployment.yaml index 9b38cd8..1749cca 100644 --- a/antinix-test-app-deployment.yaml +++ b/antinix-test-app-deployment.yaml @@ -134,10 +134,10 @@ spec: apiVersion: postgresql.cnpg.io/v1 kind: Database metadata: - name: antinix-test-redis + name: antinix-test spec: - name: antinix-test-redis - owner: antinix-test-redis + name: antinix-test + owner: antinix-test cluster: name: antinix-test-database @@ -170,7 +170,7 @@ spec: effective_cache_size: "2GB" managed: roles: - - name: antinix-test-redis + - name: antinix-test ensure: present login: true passwordSecret: @@ -276,11 +276,6 @@ apiVersion: v1 kind: ConfigMap metadata: name: settings -volumeMounts: -- name: settings-volume - mountPath: /opt/app/myproject/ - subPath: settings.py - readOnly: true data: settings.py: | """