Skip to content

Commit

Permalink
Fix config.yaml path
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanmcreynolds committed Dec 16, 2023
1 parent b2c2034 commit c966222
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions deploy/spin/k8s/tiled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c966222

Please sign in to comment.