mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Freshrss: Add initcontainer gitrepo
This commit is contained in:
@@ -22,22 +22,22 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
io.kompose.service: freshrss
|
io.kompose.service: freshrss
|
||||||
spec:
|
spec:
|
||||||
|
initContainers:
|
||||||
|
- name: git-clone
|
||||||
|
image: alpine/git
|
||||||
|
command:
|
||||||
|
- sh
|
||||||
|
- -c
|
||||||
|
- |
|
||||||
|
git clone https://github.com/rubenhensen/Extensions.git /var/www/FreshRSS/extensions
|
||||||
|
# cd /var/www/FreshRSS/extensions
|
||||||
|
# git checkout main
|
||||||
containers:
|
containers:
|
||||||
- env:
|
- env:
|
||||||
# - name: CRON_MIN
|
|
||||||
# value: 2,32
|
|
||||||
- name: FRESHRSS_ENV
|
- name: FRESHRSS_ENV
|
||||||
value: production
|
value: production
|
||||||
# - name: FRESHRSS_INSTALL
|
|
||||||
# value: "--api-enabled\n--base-url \n--db-base \n--db-host \n--db-password \n--db-type pgsql\n--db-user \n--default-user admin\n--language en"
|
|
||||||
# - name: FRESHRSS_USER
|
|
||||||
# value: "--api-password \n--email \n--language en\n--password \n--user admin"
|
|
||||||
# - name: LISTEN
|
|
||||||
# value: 0.0.0.0:80
|
|
||||||
- name: OIDC_ENABLED
|
- name: OIDC_ENABLED
|
||||||
value: "0"
|
value: "0"
|
||||||
# - name: TRUSTED_PROXY
|
|
||||||
# value: 172.16.0.1/12 192.168.0.1/16
|
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: Europe/Amsterdam
|
value: Europe/Amsterdam
|
||||||
image: freshrss/freshrss:latest
|
image: freshrss/freshrss:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user