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 - ReadWriteMany
resources: resources:
requests: requests:
storage: 500Mi storage: 1Gi
storageClassName: ocs-storagecluster-cephfs storageClassName: ocs-storagecluster-cephfs

View file

@ -1,7 +1,7 @@
output = "/srv" output = "/srv"
template = "fedora_gather_easyfix/template.html" template = "fedora_gather_easyfix/template.html"
repo_source = "wiki" repo_source = "wiki"
wiki_url = "https://fedoraproject.org/w/" wiki_url = "fedoraproject.org/w/"
[cache] [cache]
backend = "dogpile.cache.null" backend = "dogpile.cache.null"

View file

@ -36,6 +36,9 @@ spec:
mountPath: /httpdir mountPath: /httpdir
- name: data - name: data
mountPath: /srv mountPath: /srv
- name: config
mountPath: "/etc/easyfix"
readOnly: true
env: env:
- name: APP_SCRIPT - name: APP_SCRIPT
value: ".s2i/run-httpd.sh" value: ".s2i/run-httpd.sh"
@ -54,6 +57,9 @@ spec:
volumes: volumes:
- name: httpdir-volume - name: httpdir-volume
emptyDir: {} emptyDir: {}
- name: config
configMap:
name: config
- name: data - name: data
persistentVolumeClaim: persistentVolumeClaim:
claimName: data claimName: data