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.
201 lines
4.6 KiB
201 lines
4.6 KiB
image:
|
|
repository: zammad/zammad-docker-compose
|
|
tag: 3.5.0-8
|
|
pullPolicy: IfNotPresent
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 8080
|
|
|
|
ingress:
|
|
enabled: true
|
|
annotations:
|
|
kubernetes.io/ingress.class: traefik
|
|
# kubernetes.io/tls-acme: "true"
|
|
hosts:
|
|
- host: zammad.sapian.cloud
|
|
paths: ["/"]
|
|
tls: []
|
|
# - secretName: zammad-tls
|
|
# hosts:
|
|
# - example.local
|
|
|
|
# zammad container config
|
|
envConfig:
|
|
elasticsearch:
|
|
# host env var is only used when elasticsearch.enabled is false
|
|
schema: http
|
|
host: zammad-master
|
|
port: 9200
|
|
user: ""
|
|
pass: ""
|
|
memcached:
|
|
# host env var is only used when memcached.enabled is false
|
|
host: zammad-memcached
|
|
port: 11211
|
|
postgresql:
|
|
# host env var is only used when postgresql.enabled is false
|
|
host: zammad-postgresql
|
|
port: 5432
|
|
# needs to be the same as the postgresql.postgresqlUsername
|
|
user: zammad
|
|
# needs to be the same as the postgresql.postgresqlPassword
|
|
pass: "AeShooTh0bahj6he"
|
|
# needs to be the same as the postgresql.postgresqlDatabase
|
|
db: zammad_production
|
|
zammad:
|
|
rails:
|
|
trustedProxies: "['127.0.0.1', '::1']"
|
|
|
|
# additional environemnt vars
|
|
extraEnv: {}
|
|
|
|
# autowizard config
|
|
# if a token is used the url hast to look like: http://zammad/#getting_started/auto_wizard/your_token_here
|
|
autoWizard:
|
|
enabled: true
|
|
# string with the autowizard config as json
|
|
config: |
|
|
{
|
|
"Token": "maish0aiChaingu5le3wou2noogheifaebeaghaen3fai0guWourau",
|
|
"TextModuleLocale": {
|
|
"Locale": "en-us"
|
|
},
|
|
"Users": [
|
|
{
|
|
"login": "srojo@sapian.com.co",
|
|
"firstname": "sapian",
|
|
"lastname": "Admin",
|
|
"email": "srojo@sapian.com.co",
|
|
"organization": "Sapian",
|
|
"password": "geiThohsoh7eiph7"
|
|
}
|
|
],
|
|
"Settings": [
|
|
{
|
|
"name": "product_name",
|
|
"value": "ZammadTestSystem"
|
|
},
|
|
{
|
|
"name": "system_online_service",
|
|
"value": true
|
|
}
|
|
],
|
|
"Organizations": [
|
|
{
|
|
"name": "Sapian"
|
|
}
|
|
]
|
|
}
|
|
|
|
persistence:
|
|
enabled: true
|
|
## A manually managed Persistent Volume and Claim
|
|
## If defined, PVC must be created manually before volume will be bound
|
|
## The value is evaluated as a template, so, for example, the name can depend on .Release or .Chart
|
|
##
|
|
# existingClaim:
|
|
accessModes:
|
|
- ReadWriteOnce
|
|
storageClass: ""
|
|
size: 15Gi
|
|
annotations: {}
|
|
|
|
# We usually recommend not to specify default resources and to leave this as a conscious
|
|
# choice for the user. This also increases chances charts run on environments with little
|
|
# resources, such as Minikube. If you do want to specify resources, uncomment the following
|
|
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
|
|
resources:
|
|
nginx: {}
|
|
# requests:
|
|
# cpu: 50m
|
|
# memory: 32Mi
|
|
# limits:
|
|
# cpu: 100m
|
|
# memory: 64Mi
|
|
railsserver: {}
|
|
# requests:
|
|
# cpu: 100m
|
|
# memory: 512Mi
|
|
# limits:
|
|
# cpu: 200m
|
|
# memory: 1024Mi
|
|
scheduler: {}
|
|
# requests:
|
|
# cpu: 100m
|
|
# memory: 256Mi
|
|
# limits:
|
|
# cpu: 200m
|
|
# memory: 512Mi
|
|
websocket: {}
|
|
# requests:
|
|
# cpu: 100m
|
|
# memory: 256Mi
|
|
# limits:
|
|
# cpu: 200m
|
|
# memory: 512Mi
|
|
|
|
nodeSelector: {}
|
|
|
|
tolerations: []
|
|
|
|
affinity: {}
|
|
|
|
|
|
elasticsearch:
|
|
enabled: true
|
|
image: "zammad/zammad-docker-compose"
|
|
imageTag: "zammad-elasticsearch-3.5.0-8"
|
|
clusterName: zammad
|
|
replicas: 1
|
|
# Workaround to get helm test to work in GitHub action CI
|
|
# the [ES chart](https://github.com/elastic/helm-charts/tree/master/elasticsearch) default would be: "wait_for_status=green&timeout=1s"
|
|
# see: <https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-health.html#request-params>
|
|
clusterHealthCheckParams: "timeout=1s"
|
|
resources: {}
|
|
# requests:
|
|
# cpu: "100m"
|
|
# memory: "2Gi"
|
|
# limits:
|
|
# cpu: "1000m"
|
|
# memory: "2Gi"
|
|
initResources: {}
|
|
# limits:
|
|
# cpu: "25m"
|
|
# # memory: "128Mi"
|
|
# requests:
|
|
# cpu: "25m"
|
|
# memory: "128Mi"
|
|
sidecarResources: {}
|
|
# limits:
|
|
# cpu: "25m"
|
|
# # memory: "128Mi"
|
|
# requests:
|
|
# cpu: "25m"
|
|
# memory: "128Mi"
|
|
|
|
memcached:
|
|
enabled: true
|
|
replicaCount: 1
|
|
# resources:
|
|
# requests:
|
|
# cpu: 50m
|
|
# memory: 64Mi
|
|
# limits:
|
|
# cpu: 100m
|
|
# memory: 128Mi
|
|
|
|
postgresql:
|
|
enabled: true
|
|
postgresqlUsername: zammad
|
|
postgresqlPassword: AeShooTh0bahj6he
|
|
postgresqlDatabase: zammad_production
|
|
# resources:
|
|
# requests:
|
|
# cpu: 250m
|
|
# memory: 256Mi
|
|
# limits:
|
|
# cpu: 500m
|
|
# memory: 512Mi
|
|
|