Tanguy Herbron
0a41373688
A new traefik deployment has been added, and two ingressclasses have been set for the new instance, as well as the previous one. This allows the network to be split in two, one for external access and another for internal access. Each traefik deployment is connected to a loadbalancer requesting the IP necessary for each type of access.
13 lines
294 B
YAML
13 lines
294 B
YAML
---
|
|
# Source: traefik/templates/rbac/serviceaccount.yaml
|
|
kind: ServiceAccount
|
|
apiVersion: v1
|
|
metadata:
|
|
name: traefik
|
|
labels:
|
|
app.kubernetes.io/name: traefik
|
|
helm.sh/chart: traefik-10.24.2
|
|
app.kubernetes.io/managed-by: Helm
|
|
app.kubernetes.io/instance: traefik
|
|
annotations:
|