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.
45 lines
804 B
45 lines
804 B
image:
|
|
registry: docker.io
|
|
|
|
persistence:
|
|
enabled: true
|
|
size: 1Gi
|
|
storageClass: ""
|
|
|
|
resources: {}
|
|
|
|
worker:
|
|
enabled: true
|
|
replicaCount: 1
|
|
resources: {}
|
|
|
|
ingress:
|
|
enabled: true
|
|
ingressClassName: "apisix"
|
|
pathType: Prefix
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: "root-ca-issuer"
|
|
cert-manager.io/duration: 8760h
|
|
cert-manager.io/renew-before: 720h
|
|
k8s.apisix.apache.org/plugin-config-name: https-redirect
|
|
hosts:
|
|
- host: "{{ .Name }}.{{ .Domain }}"
|
|
paths:
|
|
- /
|
|
tls:
|
|
- hosts:
|
|
- "{{ .Name }}.{{ .Domain }}"
|
|
secretName: "{{ .Name }}-tls-secret"
|
|
|
|
postgresql:
|
|
enabled: true
|
|
auth:
|
|
existingSecret: "$INFISICAL_SECRET"
|
|
primary:
|
|
persistence:
|
|
enabled: true
|
|
size: 8Gi
|
|
storageClass: ""
|
|
|
|
redis:
|
|
enabled: true |