Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
change node for nextcloud
  • Loading branch information
unixfox committed Jul 30, 2021
1 parent 5d30e47 commit c770d04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion releases/cloud/nextcloud/main.yaml
Expand Up @@ -3,7 +3,7 @@ bases:
- "../../../commons/general.yaml"

releases:
- name: nextcloud
- name: cloud
labels:
parent: cloud
namespace: cloud
Expand Down
12 changes: 5 additions & 7 deletions releases/cloud/nextcloud/values.yaml
Expand Up @@ -37,8 +37,6 @@ cronjob:
resources:
requests:
memory: 10Mi
nodeSelector:
kubernetes.io/hostname: nextfox
tolerations:
- key: app-nextcloud
operator: Equal
Expand All @@ -56,7 +54,7 @@ tolerations:
effect: NoExecute

nodeSelector:
kubernetes.io/hostname: nextfox
kubernetes.io/hostname: "cloud.unixfox.eu"

livenessProbe:
initialDelaySeconds: 1800
Expand All @@ -76,7 +74,7 @@ mariadb:
value: "true"
effect: NoExecute
nodeSelector:
kubernetes.io/hostname: nextfox
kubernetes.io/hostname: "cloud.unixfox.eu"
persistence:
storageClass: "local-path"
annotations:
Expand Down Expand Up @@ -143,20 +141,20 @@ ingress:
- cloud.unixfox.eu

redis:
enabled: false
enabled: true
cluster:
enabled: false
master:
nodeSelector:
kubernetes.io/hostname: nextfox
kubernetes.io/arch: amd64
tolerations:
- key: app-nextcloud
operator: Equal
value: "true"
effect: NoExecute
persistence:
enabled: true
storageClass: "local-path"
storageClass: "nfs-oracle"

keel:
# keel policy (all/major/minor/patch/force)
Expand Down

0 comments on commit c770d04

Please sign in to comment.