Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Infrastructure GitOps
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shivering-Isles
Infrastructure GitOps
Commits
e9da2fe0
Verified
Commit
e9da2fe0
authored
1 year ago
by
Sheogorath
Browse files
Options
Downloads
Patches
Plain Diff
fix(immich): Fix env adjustments
parent
a90e08bc
Branches
Branches containing commit
Tags
dnfdaemon-0.3.12
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/base/immich/release.yaml
+28
-7
28 additions, 7 deletions
apps/base/immich/release.yaml
with
28 additions
and
7 deletions
apps/base/immich/release.yaml
+
28
−
7
View file @
e9da2fe0
...
@@ -44,9 +44,10 @@ spec:
...
@@ -44,9 +44,10 @@ spec:
-
op
:
"
remove"
-
op
:
"
remove"
path
:
/spec/template/spec/containers/0/livenessProbe
path
:
/spec/template/spec/containers/0/livenessProbe
-
target
:
-
target
:
kind
:
Deployment
version
:
v1
version
:
v1
kind
:
Deployment
group
:
apps
group
:
apps
name
:
immich-server
patch
:
patch
:
-
op
:
"
add"
-
op
:
"
add"
path
:
/spec/template/spec/containers/0/env/-
path
:
/spec/template/spec/containers/0/env/-
...
@@ -61,12 +62,6 @@ spec:
...
@@ -61,12 +62,6 @@ spec:
secretKeyRef
:
secretKeyRef
:
name
:
immich.immich-postgres.credentials.postgresql.acid.zalan.do
name
:
immich.immich-postgres.credentials.postgresql.acid.zalan.do
key
:
password
key
:
password
-
target
:
version
:
v1
kind
:
Deployment
group
:
apps
name
:
immich-server
patch
:
-
op
:
"
add"
-
op
:
"
add"
path
:
/spec/template/spec/containers/0/volumeMounts/-
path
:
/spec/template/spec/containers/0/volumeMounts/-
value
:
value
:
...
@@ -89,6 +84,19 @@ spec:
...
@@ -89,6 +84,19 @@ spec:
kind
:
Deployment
kind
:
Deployment
name
:
immich-microservices
name
:
immich-microservices
patch
:
patch
:
-
op
:
"
add"
path
:
/spec/template/spec/containers/0/env/-
value
:
-
name
:
DB_USERNAME
volumeFrom
:
secretKeyRef
:
name
:
immich.immich-postgres.credentials.postgresql.acid.zalan.do
key
:
username
-
name
:
DB_PASSWORD
volumeFrom
:
secretKeyRef
:
name
:
immich.immich-postgres.credentials.postgresql.acid.zalan.do
key
:
password
-
op
:
"
add"
-
op
:
"
add"
path
:
/spec/template/spec/containers/0/volumeMounts/-
path
:
/spec/template/spec/containers/0/volumeMounts/-
value
:
value
:
...
@@ -111,6 +119,19 @@ spec:
...
@@ -111,6 +119,19 @@ spec:
kind
:
Deployment
kind
:
Deployment
name
:
immich-machine-learning
name
:
immich-machine-learning
patch
:
patch
:
-
op
:
"
add"
path
:
/spec/template/spec/containers/0/env/-
value
:
-
name
:
DB_USERNAME
volumeFrom
:
secretKeyRef
:
name
:
immich.immich-postgres.credentials.postgresql.acid.zalan.do
key
:
username
-
name
:
DB_PASSWORD
volumeFrom
:
secretKeyRef
:
name
:
immich.immich-postgres.credentials.postgresql.acid.zalan.do
key
:
password
-
op
:
"
add"
-
op
:
"
add"
path
:
/spec/template/spec/containers/0/volumeMounts/-
path
:
/spec/template/spec/containers/0/volumeMounts/-
value
:
value
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment