Reorganized for new stable/waypoint versioning design.
This commit is contained in:
19
traefik/versions/v3/manifest.yaml
Normal file
19
traefik/versions/v3/manifest.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
version: v3.4
|
||||
requires:
|
||||
- name: metallb
|
||||
defaultConfig:
|
||||
namespace: traefik
|
||||
loadBalancerIp: "{{ .apps.metallb.loadBalancerIp }}"
|
||||
deploy:
|
||||
crds:
|
||||
- url: https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.0.0/standard-install.yaml
|
||||
waitFor:
|
||||
- gateways.gateway.networking.k8s.io
|
||||
- gatewayclasses.gateway.networking.k8s.io
|
||||
- url: https://raw.githubusercontent.com/traefik/traefik/v3.4/docs/content/reference/dynamic-configuration/kubernetes-crd-definition-v1.yml
|
||||
waitFor:
|
||||
- ingressroutes.traefik.io
|
||||
- middlewares.traefik.io
|
||||
waitForRollout:
|
||||
name: traefik
|
||||
timeout: "120s"
|
||||
Reference in New Issue
Block a user