Compare commits
No commits in common. "3173635b77562e5be2872502629b9e8ab12627fc" and "1675199abd367ff440ecc13e5c785b32481c1840" have entirely different histories.
3173635b77
...
1675199abd
@ -88,12 +88,6 @@ spec:
|
|||||||
name: invidious-credentials
|
name: invidious-credentials
|
||||||
key: database-url
|
key: database-url
|
||||||
optional: false
|
optional: false
|
||||||
- name: INVIDIOUS_HMAC_KEY
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: invidious-credentials
|
|
||||||
key: hmac-key
|
|
||||||
optional: false
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /invidious/config/config.yml
|
- mountPath: /invidious/config/config.yml
|
||||||
subPath: config.yml
|
subPath: config.yml
|
||||||
|
@ -30,7 +30,7 @@ spec:
|
|||||||
runAsGroup: 1000
|
runAsGroup: 1000
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: init-gitea
|
- name: init-gitea
|
||||||
image: gitea/gitea:1.19.3-rootless
|
image: gitea/gitea:1.19.0-rootless
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
command: ["/usr/sbin/init-directory-structure.sh"]
|
command: ["/usr/sbin/init-directory-structure.sh"]
|
||||||
env:
|
env:
|
||||||
@ -53,7 +53,7 @@ spec:
|
|||||||
subPath: init-directory-structure.sh
|
subPath: init-directory-structure.sh
|
||||||
name: scripts
|
name: scripts
|
||||||
- name: setup-gitea
|
- name: setup-gitea
|
||||||
image: gitea/gitea:1.19.3-rootless
|
image: gitea/gitea:1.19.0-rootless
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
command: ["/usr/sbin/setup.sh"]
|
command: ["/usr/sbin/setup.sh"]
|
||||||
env:
|
env:
|
||||||
@ -97,7 +97,7 @@ spec:
|
|||||||
readOnlyRootFilesystem: true
|
readOnlyRootFilesystem: true
|
||||||
containers:
|
containers:
|
||||||
- name: gitea
|
- name: gitea
|
||||||
image: gitea/gitea:1.19.3-rootless
|
image: gitea/gitea:1.19.0-rootless
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
@ -67,7 +67,6 @@ secretGenerator:
|
|||||||
- name: invidious-credentials
|
- name: invidious-credentials
|
||||||
literals:
|
literals:
|
||||||
- database-url=postgresql://kemal:kemal@dev-db:5432/invidious
|
- database-url=postgresql://kemal:kemal@dev-db:5432/invidious
|
||||||
- hmac-key=fc93ecd912530fa278c8642cb16a2f86b76c228ce4b4b70a6e3107dfb57214ab
|
|
||||||
# Individual keys required by init-invidious-db:
|
# Individual keys required by init-invidious-db:
|
||||||
- database-host=dev-db
|
- database-host=dev-db
|
||||||
- database-port=5432
|
- database-port=5432
|
||||||
|
@ -64,7 +64,6 @@ secretGenerator:
|
|||||||
files:
|
files:
|
||||||
- database-url=secrets/invidious-database-url
|
- database-url=secrets/invidious-database-url
|
||||||
- database-password=secrets/invidious-database-password
|
- database-password=secrets/invidious-database-password
|
||||||
- hmac-key=secrets/invidious-hmac-key.txt
|
|
||||||
options:
|
options:
|
||||||
labels:
|
labels:
|
||||||
app: invidious
|
app: invidious
|
||||||
|
Loading…
x
Reference in New Issue
Block a user