Skip to content

Commit

Permalink
feat: add labels for psql workloads
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving committed Jul 31, 2024
1 parent eadac51 commit 2479890
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ Brewfile.lock.json
terraform.tfstate*
backend.tf
*.tfvars
# Other
*.psql
2 changes: 2 additions & 0 deletions kubernetes/main/apps/default/lubelog/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ spec:
values:
controllers:
lubelog:
labels:
postgres: "true"
annotations:
reloader.stakater.com/auto: "true"
containers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ spec:
paperless:
labels:
nfsMount: "true"
postgres: "true"
annotations:
reloader.stakater.com/auto: "true"
containers:
Expand Down
1 change: 1 addition & 0 deletions kubernetes/main/apps/downloads/bazarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ spec:
bazarr:
labels:
nfsMount: "true"
postgres: "true"
annotations:
reloader.stakater.com/auto: "true"
containers:
Expand Down
2 changes: 2 additions & 0 deletions kubernetes/main/apps/downloads/prowlarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ spec:
values:
controllers:
prowlarr:
labels:
postgres: "true"
annotations:
reloader.stakater.com/auto: "true"
containers:
Expand Down
1 change: 1 addition & 0 deletions kubernetes/main/apps/downloads/radarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ spec:
radarr:
labels:
nfsMount: "true"
postgres: "true"
annotations:
reloader.stakater.com/auto: "true"
containers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ spec:
readarr:
labels:
nfsMount: "true"
postgres: "true"
annotations:
reloader.stakater.com/auto: "true"
containers:
Expand Down
3 changes: 2 additions & 1 deletion kubernetes/main/apps/media/kyoo/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ spec:
meilisearch:
labels:
nfsMount: "true"
postgres: "true"
annotations:
reloader.stakater.com/auto: "true"
containers:
Expand Down Expand Up @@ -218,7 +219,7 @@ spec:
topologyKey: kubernetes.io/hostname
nodeSelector:
intel.feature.node.kubernetes.io/gpu: "true"

defaultPodOptions:
securityContext:
runAsNonRoot: true
Expand Down
2 changes: 2 additions & 0 deletions kubernetes/main/apps/observability/gatus/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ spec:
gatus:
replicas: 3
strategy: RollingUpdate
labels:
postgres: "true"
annotations:
reloader.stakater.com/auto: "true"
initContainers:
Expand Down

0 comments on commit 2479890

Please sign in to comment.