Fix wiki location

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2023-05-05 00:23:47 +02:00
parent a95cb4fdee
commit bffc9111b2
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
3 changed files with 8 additions and 2 deletions

View file

@ -7,5 +7,5 @@ spec:
- ReadWriteMany
resources:
requests:
storage: 500Mi
storage: 1Gi
storageClassName: ocs-storagecluster-cephfs

View file

@ -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"

View file

@ -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