Skip to content

Commit

Permalink
MOdifying rancher pvc
Browse files Browse the repository at this point in the history
  • Loading branch information
LarryGF committed Oct 22, 2023
1 parent bf0f5fd commit 16c3f93
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
1 change: 1 addition & 0 deletions argocd/rancher/values.common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ rancher:
## Just for volumeKind: persistentVolumeClaim
## To disables dynamic provisioning, set storageClass: "" or storageClass: "-"
storageClass: "-"
accessMode: ReadWriteMany

# Rancher post-delete hook
postDelete:
Expand Down
4 changes: 2 additions & 2 deletions terraform/applications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ renovate:
nextcloud:
name: nextcloud
namespace: services
deploy: false
deploy: true
priority: high
volumes:
db:
Expand All @@ -551,7 +551,7 @@ nextcloud:
access_modes:
- ReadWriteOnce
config:
create: false
create: true
name: nextcloud-config
size: 1Gi
access_modes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@ sabnzbd:
- hosts:
- "sabnzbd.${domain}"
secretName: tls-sabnzbd-ingress
persistence:
config:
enabled: true
existingClaim: sabnzbd-config
downloads:
enabled: true
existingClaim: media
downloads-radarr:
enabled: true
existingClaim: media-radarr
mountPath: /downloads/radarr
subpath: radarr
# persistence:
# config:
# enabled: true
# existingClaim: sabnzbd-config
# downloads:
# enabled: true
# existingClaim: media
# downloads-radarr:
# enabled: true
# existingClaim: media-radarr
# mountPath: /downloads/radarr
# subpath: radarr


# Generating persistence config from applications.yaml
Expand Down

0 comments on commit 16c3f93

Please sign in to comment.