From c96622236de41b15c85e74231ce08d2923e52280 Mon Sep 17 00:00:00 2001 From: Dylan McReynolds Date: Sat, 16 Dec 2023 12:28:09 -0800 Subject: [PATCH] Fix config.yaml path --- deploy/spin/k8s/tiled.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/deploy/spin/k8s/tiled.yaml b/deploy/spin/k8s/tiled.yaml index 686766a..1b94456 100644 --- a/deploy/spin/k8s/tiled.yaml +++ b/deploy/spin/k8s/tiled.yaml @@ -14,18 +14,18 @@ spec: spec: affinity: {} containers: - - command: - - sleep - - "999999" # - command: - # - tiled - # - serve - # - config + # - sleep + # - "999999" + - command: + - tiled + - serve + - config env: - name: ORCID_CLIENT_ID value: APP-0ROS9DU5F717F7XN - name: TILED_CONFIG - value: /config/main + value: /deploy/config/config.yml - name: TILED_INTERNAL_CACHE_LOG_LEVEL value: INFO - name: ORCID_CLIENT_SECRET @@ -72,10 +72,10 @@ spec: readOnly: true - mountPath: /data name: tiled-data - # - mountPath: /opt/venv/share/tiled/templates/index.html CANNOT DO THIS UNTIL WE MERGE aimmdb PR - # name: aimmdb-github - # subPath: main/deploy/spin/web-frontend/templates/index.html - # readOnly: true + - mountPath: /opt/venv/share/tiled/templates/index.html + name: aimmdb-github + subPath: main/deploy/spin/web-frontend/templates/index.html + readOnly: true dnsPolicy: ClusterFirst restartPolicy: Always schedulerName: default-scheduler