/
githubmirror
/
charts
Обзор
Документация
Войти
/
githubmirror
/
charts
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
stable/mailhog/values.yaml
39 строк
589 B
Reinhard Nägele
Allow multiple ingress and tls hosts/secrets (#3261)
08 янв 2018, 13:53
08 янв 2018, 13:53
33b904e
Код
Авторство
О чём код?
image: repository: mailhog/mailhog tag: v1.0.0 pullPolicy: IfNotPresent service: annotations: {} clusterIP: "" externalIPs: [] loadBalancerIP: "" loadBalancerSourceRanges: [] type: ClusterIP port: http: 8025 smtp: 1025 nodePort: http: "" smtp: "" ingress: enabled: false annotations: {} path: / hosts: - mailhog.example.com tls: [] # - hosts: # - mailhog.example.com # secretName: tls-mailhog auth: enabled: false existingSecret: "" fileName: auth.txt fileContents: "" podAnnotations: {} resources: {} env: {}