Change: internal-ingress to traefik

This commit is contained in:
nold 2022-01-05 16:47:55 +01:00
parent 12e141a9b7
commit 91a82b3d12
2 changed files with 26 additions and 25 deletions

View file

@ -45,10 +45,11 @@ apps:
- secretId
- name: ingress-internal
namespace: ingress-internal
repoURL: https://kubernetes.github.io/ingress-nginx
chart: ingress-nginx
targetRevision: 4.0.13
repoURL: https://helm.traefik.io/traefik
chart: traefik
targetRevision: 10.9.1
syncWave: '0'
- name: ingress-external
namespace: ingress-external
repoURL: https://kubernetes.github.io/ingress-nginx

View file

@ -1,25 +1,25 @@
controller:
name: controller-internal
electionID: ingress-controller-internal-leader
watchIngressWithoutClass: true
ingressClassResource:
name: nginx
enabled: true
default: true
kind: Deployment
service:
annotations:
metallb.universe.tf/address-pool: internal
metrics:
enabled: true
service:
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "10254"
defaultBackend:
ingressClass:
enabled: true
isDefaultClass: true
podSecurityPolicy:
providers:
kubernetesCRD:
ingressClass: internal
globalArguments: []
ports:
web:
redirectTo: websecure
websecure:
tls:
enabled: true
service:
enabled: true
type: LoadBalancer
annotations:
metallb.universe.tf/address-pool: internal
externalIPs:
- 192.168.1.11