automatically deploy traefik
This commit is contained in:
20
infrastructure/traefik-system/kustomization.yaml
Normal file
20
infrastructure/traefik-system/kustomization.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- pvc.yaml
|
||||
- configmap.yaml
|
||||
|
||||
namespace: traefik-system
|
||||
|
||||
helmCharts:
|
||||
- name: traefik
|
||||
releaseName: traefik
|
||||
version: 26.0.0
|
||||
valuesFile: values.yaml
|
||||
repo: https://helm.traefik.io/traefik
|
||||
# - name: telegraf
|
||||
# releaseName: telegraf?
|
||||
# version: "?"
|
||||
# valuesFile: telegraf.values.yaml
|
||||
# repo: https://helm.influxdata.com/
|
Reference in New Issue
Block a user