You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

73 lines
1.4 KiB

service:
type: ClusterIP
image:
registry: docker.io
repository: bitnami/wordpress
#tag: 5.9.3-debian-10-r16
tag: 5.7.2
wordpressUsername: gestionsegura
wordpressPassword: "rohVaenai7Al9maeJuxee5thuiyey4ga"
wordpressExtraConfigContent: |
define( 'WP_AUTO_UPDATE_CORE', false );
extraVolumeMounts:
- name: php-ini
mountPath: /opt/bitnami/php/etc/conf.d
extraVolumes:
- name: php-ini
configMap:
name: php-ini
ingress:
enabled: true
# hostname: gestionsegura.sapian.cloud
hostname: gestionsegura.com.co
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
path: /
tls: true
extraHosts:
- name: www.gestionsegura.com.co
path: /
extraTls:
- hosts:
- www.gestionsegura.com.co
secretName: www.gestionsegura.com.co-tls
mariadb:
enabled: false
persistence:
enabled: true
size: 5Gi
externalDatabase:
host: mariadb-primary.dbs.svc.cluster.local
port: 3306
user: gestionsegura
password: "yoo9AiGaepuNg6ahjae8Zaizeer3Gosh"
database: bitnami_gestionsegura
# memcached:
# enabled: true
# service:
# port: 11211
externalCache:
host: asesoressura-memcached
port: 11211
resources:
requests:
memory: 64Mi
cpu: 30m