aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/00-init/gloo/values-ingress.yaml
blob: 98dd42aec2226b2bc3fbef307f89894ee5e23e0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
crds:
  create: true
discovery:
  deployment:
    image:
      pullPolicy: Always
      repository: quay.io/solo-io/discovery
      tag: 0.13.18
    replicas: 1
    stats: false
gateway:
  deployment:
    image:
      pullPolicy: Always
      repository: quay.io/solo-io/gateway
      tag: ""
    replicas: 1
    stats: false
  enabled: false
gatewayProxies:
  gateway-proxy:
    configMap:
      data: null
    deployment:
      httpPort: "8080"
      httpsPort: "8443"
      image:
        pullPolicy: Always
        repository: quay.io/solo-io/gloo-envoy-wrapper
        tag: ""
      replicas: 1
      stats: false
    service:
      httpPort: "80"
      httpsPort: "443"
      type: LoadBalancer
gloo:
  deployment:
    image:
      pullPolicy: Always
      repository: quay.io/solo-io/gloo
      tag: 0.13.18
    replicas: 1
    stats: false
    xdsPort: "9977"
ingress:
  deployment:
    image:
      pullPolicy: Always
      repository: quay.io/solo-io/ingress
      tag: 0.13.18
    replicas: 1
    stats: false
  enabled: true
ingressProxy:
  configMap: {}
  deployment:
    httpPort: "80"
    httpsPort: "443"
    image:
      pullPolicy: Always
      repository: quay.io/solo-io/gloo-envoy-wrapper
      tag: 0.13.18
    replicas: 1
    stats: false
namespace:
  create: false
rbac:
  create: true
settings:
  integrations:
    knative:
      enabled: false
  writeNamespace: gloo-system