upgrade immich 1.116 and add nextcloud [ci skip]

This commit is contained in:
Viktor Barzin 2024-09-28 20:10:44 +00:00
parent f4df609982
commit 2632fce747
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
8 changed files with 103 additions and 61 deletions

View file

@ -1,47 +1,47 @@
# ingress:
# enabled: true
# annotations:
# "kubernetes.io/ingress.class": "nginx"
# nginx.ingress.kubernetes.io/proxy-body-size: 4G
# # kubernetes.io/tls-acme: "true"
# # cert-manager.io/cluster-issuer: letsencrypt-prod
# # # Keep this in sync with the README.md:
# # nginx.ingress.kubernetes.io/server-snippet: |-
# # server_tokens off;
# # proxy_hide_header X-Powered-By;
# # rewrite ^/.well-known/webfinger /index.php/.well-known/webfinger last;
# # rewrite ^/.well-known/nodeinfo /index.php/.well-known/nodeinfo last;
# # rewrite ^/.well-known/host-meta /public.php?service=host-meta last;
# # rewrite ^/.well-known/host-meta.json /public.php?service=host-meta-json;
# # location = /.well-known/carddav {
# # return 301 $scheme://$host/remote.php/dav;
# # }
# # location = /.well-known/caldav {
# # return 301 $scheme://$host/remote.php/dav;
# # }
# # location = /robots.txt {
# # allow all;
# # log_not_found off;
# # access_log off;
# # }
# # location ~ ^/(?:build|tests|config|lib|3rdparty|templates|data)/ {
# # deny all;
# # }
# # location ~ ^/(?:autotest|occ|issue|indie|db_|console) {
# # deny all;
# # }
# tls:
# - secretName: "${tls_secret_name}"
# hosts:
# - nextcloud.viktorbarzin.me
# labels: {}
# path: /
# pathType: Prefix
nextcloud:
host: nextcloud.viktorbarin.me
host: nextcloud.viktorbarzin.me
trustedDomains:
- nextcloud.viktorbarin.me
- nextcloud.viktorbarzin.me
# mail:
# enabled: true
# # the user we send email as
# fromAddress: nextcloud@viktorbarzin.me
# # the domain we send email from
# domain: viktorbarzin.me
# smtp:
# host: mail.viktorbarzin.me
# secure: starttls
# port: 587
# authtype: LOGIN
# name: nextcloud@viktorbarzin.me
# password:
extraEnv:
- name: TRUSTED_PROXIES
value: "127.0.0.1,10.0.0.0/8"
value: "10.0.0.0/8"
# - name: mail_smtpdebug
# value: "true"
# - name: loglevel
# value: "0"
externalDatabase:
enabled: true
type: mysql
host: mysql.dbaas
user: nextcloud
password: ${db_password}
databse: nextcloud
persistence:
enabled: true
existingClaim: nextcloud-data-pvc
accessMode: ReadWriteOnce
size: 100Gi
startupProbe:
enabled: true
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 30
successThreshold: 1