This commit is contained in:
parent
b9fff6937a
commit
e4183a80da
@ -30,9 +30,12 @@ spec:
|
|||||||
name: general-api-secret
|
name: general-api-secret
|
||||||
key: secret-key
|
key: secret-key
|
||||||
- name: CONFIG
|
- name: CONFIG
|
||||||
value: "/config.yaml"
|
value: "/config/config.yaml"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
|
volumesMounts:
|
||||||
|
- name: config-volume
|
||||||
|
mountPath: /config
|
||||||
volumes:
|
volumes:
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
configMap:
|
configMap:
|
||||||
|
Loading…
Reference in New Issue
Block a user