Nextcloud 22
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM nextcloud:21-fpm
|
||||
FROM nextcloud:22-fpm
|
||||
#needed for some reason
|
||||
ENV NEXTCLOUD_UPDATE=1
|
||||
|
||||
|
||||
@@ -41,6 +41,17 @@ spec:
|
||||
value: pg2020
|
||||
- name: PGDATA
|
||||
value: /var/lib/postgresql/data/pgdata
|
||||
affinity:
|
||||
podAntiAffinity:
|
||||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
- labelSelector:
|
||||
matchExpressions:
|
||||
- key: app
|
||||
operator: In
|
||||
values:
|
||||
- promtheus
|
||||
- loki
|
||||
topologyKey: kubernetes.io/hostname
|
||||
# - name: prometheus-exporter
|
||||
# image: wrouesnel/postgres_exporter
|
||||
# env:
|
||||
|
||||
Reference in New Issue
Block a user