enable app

This commit is contained in:
2024-12-23 19:13:31 -06:00
parent acaf19909b
commit e681766501

View File

@@ -2,7 +2,7 @@ sonarr4-4k:
controllers: controllers:
main: main:
type: deployment type: deployment
replicas: 0 replicas: 1
strategy: Recreate strategy: Recreate
revisionHistoryLimit: 3 revisionHistoryLimit: 3
pod: pod:
@@ -91,24 +91,6 @@ sonarr4-4k:
requests: requests:
cpu: 100m cpu: 100m
memory: 256Mi memory: 256Mi
pgloader:
type: deployment
replicas: 1
strategy: Recreate
revisionHistoryLimit: 3
containers:
main:
image:
repository: ghcr.io/roxedus/pgloader
tag: latest
pullPolicy: IfNotPresent
command:
- "sleep"
- "604800"
resources:
requests:
cpu: 100m
memory: 256Mi
serviceAccount: serviceAccount:
create: true create: true
service: service:
@@ -145,17 +127,13 @@ sonarr4-4k:
size: 20Gi size: 20Gi
retain: true retain: true
advancedMounts: advancedMounts:
pgloader: main:
main: main:
- path: /config - path: /config
readOnly: false readOnly: false
# main: metrics:
# main: - path: /config
# - path: /config readOnly: true
# readOnly: false
# metrics:
# - path: /config
# readOnly: true
media: media:
existingClaim: sonarr4-4k-nfs-storage existingClaim: sonarr4-4k-nfs-storage
advancedMounts: advancedMounts:
@@ -169,7 +147,6 @@ postgres-17-cluster:
image: image:
repository: ghcr.io/cloudnative-pg/postgresql repository: ghcr.io/cloudnative-pg/postgresql
tag: "17.2-22" tag: "17.2-22"
enableSuperuserAccess: true
walStorage: walStorage:
storageClass: local-path storageClass: local-path
storage: storage: