properly reflect the changes required by the argo applicationSet

This commit is contained in:
2025-10-14 12:27:03 +02:00
parent 6a5c203f76
commit 751caf4233
11 changed files with 44 additions and 130 deletions

View File

@@ -22,7 +22,7 @@ spec:
- containerPort: 8000
env:
- name: MEMCACHED_HOST_PATH
value: "memcached:11211"
value: "memcached" # this value may be changed by kustomize nameReference transformer
- name: NUM_WORKERS
value: "3"
- name: OSM_CACHE_DIR
@@ -44,4 +44,3 @@ spec:
persistentVolumeClaim:
claimName: osm-cache