Hi,
I'm trying to configure a new FME Flow deployment with a new customer.
They would like to keep all storage on the same storageclass: azurefiles-fmeserver.
This storage class is created as highlighted in 3. Setup Shared Storage using Azure Files: https://docs.safe.com/fme/html/FME-Flow/AdminGuide/Kubernetes/Kubernetes-Deploying-to-AKS.htm
However, if storage.postgresql.class is filled in, the deployment does not work.
If this parameter is empty, the deployment completes and the storageclass: default is chosen.
We have tried adding multiple different parameters in the postgresql.primary parameters, but none that helped us.
Is there anyone who has had the same issue?
Below is a exert of the Values.YAML file.
storage:
useHostDir: false
reclaimPolicy: Delete
postgresql:
size: 1Gi
class: azurefiles-fmeserver
path:
fmeserver:
accessMode: ReadWriteOnce
size: 10Gi
class: azurefiles-fmeserver
path:
# It is recommended not to modify those parameters
# For more options regarding PostgreSQL deployement, check the helm chart documentation:
# https://github.com/bitnami/charts/tree/master/bitnami/postgresql
postgresql:
image:
tag: 11.18.0-debian-11-r28
primary:
persistence:
existingClaim: fmeserver-postgresql
resources:
requests:
memory: 256Mi
cpu: 100m
auth:
postgresqlPassword: a6av3abwzi
livenessProbe: