Fix wiki location
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
a95cb4fdee
commit
bffc9111b2
3 changed files with 8 additions and 2 deletions
|
@ -7,5 +7,5 @@ spec:
|
|||
- ReadWriteMany
|
||||
resources:
|
||||
requests:
|
||||
storage: 500Mi
|
||||
storage: 1Gi
|
||||
storageClassName: ocs-storagecluster-cephfs
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
output = "/srv"
|
||||
template = "fedora_gather_easyfix/template.html"
|
||||
repo_source = "wiki"
|
||||
wiki_url = "https://fedoraproject.org/w/"
|
||||
wiki_url = "fedoraproject.org/w/"
|
||||
|
||||
[cache]
|
||||
backend = "dogpile.cache.null"
|
||||
|
|
|
@ -36,6 +36,9 @@ spec:
|
|||
mountPath: /httpdir
|
||||
- name: data
|
||||
mountPath: /srv
|
||||
- name: config
|
||||
mountPath: "/etc/easyfix"
|
||||
readOnly: true
|
||||
env:
|
||||
- name: APP_SCRIPT
|
||||
value: ".s2i/run-httpd.sh"
|
||||
|
@ -54,6 +57,9 @@ spec:
|
|||
volumes:
|
||||
- name: httpdir-volume
|
||||
emptyDir: {}
|
||||
- name: config
|
||||
configMap:
|
||||
name: config
|
||||
- name: data
|
||||
persistentVolumeClaim:
|
||||
claimName: data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue