Add in volume mount
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler Perkins 2023-11-03 19:03:12 -04:00
parent b9fff6937a
commit e4183a80da

View File

@ -30,9 +30,12 @@ spec:
name: general-api-secret
key: secret-key
- name: CONFIG
value: "/config.yaml"
value: "/config/config.yaml"
ports:
- containerPort: 80
volumesMounts:
- name: config-volume
mountPath: /config
volumes:
- name: config-volume
configMap: