Skip to content

Commit

Permalink
no volume mount needed
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-parker committed Dec 23, 2024
1 parent 704a33d commit f7c38ee
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions kubernetes/loculus/templates/geonames-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,4 @@ spec:
{{- include "loculus.resources" (list "geonames" $.Values) | nindent 10 }}
ports:
- containerPort: 5000
volumeMounts:
- name: loculus-geonames-config-volume
mountPath: /package/config/config.yaml
subPath: config.yaml
volumes:
- name: loculus-geonames-config-volume
configMap:
name: loculus-geonames-config
{{- end }}

0 comments on commit f7c38ee

Please sign in to comment.