mirror of
https://github.com/fluxcd/flagger.git
synced 2026-02-21 13:30:33 +00:00
Skipper Ingress Controller support is added with https://github.com/weaveworks/flagger/pull/670. This commit add the documentation and links to mention Skipper is now an available option. Currently only Canary deployments are supported.
14 lines
278 B
YAML
14 lines
278 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: flagger
|
|
spec:
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: flagger
|
|
args:
|
|
- -log-level=debug
|
|
- -mesh-provider=skipper
|
|
- -metrics-server=http://flagger-prometheus:9090
|