Fix(proxy): Ingress

This commit is contained in:
nold 2022-02-20 16:52:14 +01:00
parent 0da73f7757
commit 461cf2e4de
2 changed files with 8 additions and 7 deletions

View file

@ -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

View file

@ -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