image: registry: docker.io repository: bitnami/wordpress tag: 5.9.3 wordpressUsername: gestionsegura wordpressPassword: "rohVaenai7Al9maeJuxee5thuiyey4ga" wordpressExtraConfigContent: | define( 'WP_AUTO_UPDATE_CORE', false ); extraVolumes: - name: php-ini configMap: name: php-ini extraVolumeMounts: - name: php-ini mountPath: /opt/bitnami/php/etc/conf.d resources: requests: memory: 64Mi cpu: 30m service: type: ClusterIP ingress: enabled: true hostname: gestionsegura.sapian.cloud path: / annotations: cert-manager.io/cluster-issuer: letsencrypt-production-http01-issuer traefik.ingress.kubernetes.io/router.entrypoints: websecure traefik.ingress.kubernetes.io/router.tls: "true" kubernetes.io/ingress.class: traefik tls: true extraHosts: - name: www.gestionsegura.sapian.cloud path: / extraTls: - hosts: - www.gestionsegura.sapian.cloud secretName: www.gestionsegura.sapian.cloud-tls persistence: enabled: true size: 5Gi existingClaim: "" mariadb: enabled: false externalDatabase: host: mariadb-primary.dbs.svc.cluster.local port: 3306 user: gestionsegurasapian password: "sap64adm" database: gestionsegurasapian externalCache: host: asesoressura-memcached port: 11211