mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:51:20 +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
|
repoURL: http://honestica.github.io/lifen-charts
|
||||||
chart: squid
|
chart: squid
|
||||||
targetRevision: 0.4.1
|
targetRevision: 0.4.1
|
||||||
|
|
||||||
- name: minio
|
- name: minio
|
||||||
namespace: minio
|
namespace: minio
|
||||||
repoURL: https://charts.bitnami.com/bitnami
|
repoURL: https://charts.bitnami.com/bitnami
|
||||||
|
|
|
@ -21,16 +21,16 @@ service:
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
annotations: {}
|
annotations:
|
||||||
# kubernetes.io/ingress.class: nginx
|
cert-manager.io/cluster-issuer: vault-issuer
|
||||||
# kubernetes.io/tls-acme: "true"
|
traefik.ingress.kubernetes.io/router.tls: 'true'
|
||||||
path: /
|
path: /
|
||||||
hosts:
|
hosts:
|
||||||
- proxy.dc
|
- proxy.dc
|
||||||
tls: []
|
tls:
|
||||||
# - secretName: chart-example-tls
|
- secretName: proxy-tls
|
||||||
# hosts:
|
hosts:
|
||||||
# - chart-example.local
|
- proxy.dc
|
||||||
|
|
||||||
config: |
|
config: |
|
||||||
acl SSL_ports port 443
|
acl SSL_ports port 443
|
||||||
|
|
Loading…
Reference in a new issue