image: repository: snipe/snipe-it tag: latest pullPolicy: IfNotPresent config: mysql: ## All of these values are only used when mysql.enabled is set to false externalDatabase: user: "snipeit" pass: "iiphae0EveGhoomookiegaep3ruoquia" name: snipeit host: mariadb-primary.dbs.svc.cluster.local port: 3306 snipeit: env: production debug: false url: http://snipeit.sapian.cloud key: "base64:zteP9s5raeESx4NPLV84pXmvT3gI+BcgSJPIBCTKOrY=" timezone: America/Bogota locale: en envConfig: APP_URL: http://snipeit.sapian.cloud MAIL_PORT_587_TCP_ADDR: exim.exim.svc.cluster.local MAIL_PORT_587_TCP_PORT: 25 MAIL_ENV_FROM_ADDR: requerimientos@sapian.com.co MAIL_ENV_FROM_NAME: Snipe-IT MAIL_ENV_ENCRYPTION: tcp #srojo: coo6Lieghadiehoh2re5mu0iNgokae9i mysql: ## Whether to deploy a mysql server to satisfy the applications database requirements. To use an external database set this to false and configure the externalDatabase parameters enabled: false persistence: enabled: true annotations: {} accessMode: ReadWriteMany # existingClaim: "" ## database data Persistent Volume Storage Class ## If defined, storageClassName: ## If set to "-", storageClassName: "", which disables dynamic provisioning ## If undefined (the default) or set to null, no storageClassName spec is ## set, choosing the default provisioner. (gp2 on AWS, standard on ## GKE, AWS & OpenStack) ## storageClass: "longhorn-ssdnodes" size: 1Gi www: mountPath: /var/lib/snipeit subPath: www sessions: mountPath: /var/www/html/storage/framework/sessions subPath: sessions ingress: enabled: true className: "" annotations: kubernetes.io/ingress.class: traefik traefik.ingress.kubernetes.io/router.entrypoints: websecure traefik.ingress.kubernetes.io/router.tls: "true" traefik.ingress.kubernetes.io/router.middlewares: www-https-redirect@kubernetescrd cert-manager.io/cluster-issuer: letsencrypt-production-issuer # kubernetes.io/ingress.class: nginx # kubernetes.io/tls-acme: "true" hosts: - host: snipeit.sapian.cloud paths: - path: / pathType: ImplementationSpecific tls: - secretName: snipeit-sapian-cloud-le-tls hosts: - snipeit.sapian.cloud resources: limits: cpu: 400m memory: 256Mi requests: cpu: 200m memory: 128Mi