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

View file

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