mirror of
https://github.com/nold360/hive-apps
synced 2024-11-20 04:29:26 +00:00
Fix(proxy): Ingress
This commit is contained in:
parent
0da73f7757
commit
461cf2e4de
2 changed files with 8 additions and 7 deletions
|
@ -6,6 +6,7 @@ apps:
|
|||
repoURL: http://honestica.github.io/lifen-charts
|
||||
chart: squid
|
||||
targetRevision: 0.4.1
|
||||
|
||||
- name: minio
|
||||
namespace: minio
|
||||
repoURL: https://charts.bitnami.com/bitnami
|
||||
|
|
|
@ -21,16 +21,16 @@ service:
|
|||
|
||||
ingress:
|
||||
enabled: true
|
||||
annotations: {}
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: vault-issuer
|
||||
traefik.ingress.kubernetes.io/router.tls: 'true'
|
||||
path: /
|
||||
hosts:
|
||||
- proxy.dc
|
||||
tls: []
|
||||
# - secretName: chart-example-tls
|
||||
# hosts:
|
||||
# - chart-example.local
|
||||
tls:
|
||||
- secretName: proxy-tls
|
||||
hosts:
|
||||
- proxy.dc
|
||||
|
||||
config: |
|
||||
acl SSL_ports port 443
|
||||
|
|
Loading…
Reference in a new issue