UNCLASSIFIED

"chart" did not exist on "7a5739029077d74080eca96d17a5c58d9f07ad56"
values.yaml 2.2 KB
Newer Older
Josh Wolf's avatar
Josh Wolf committed
1 2 3 4 5 6 7 8 9 10 11 12
# The istio profile to use
profile: default

# The hub to use for the image (note: the image is built as ".Values.hub/<component>:.Values.tag"
hub: registry1.dsop.io/ironbank/opensource/istio

# The tag to use for the image
tag: 1.7.3

# The hostname to use for the default gateway
hostname: bigbang.dev

13 14 15
monitoring:
  enabled: true

Josh Wolf's avatar
Josh Wolf committed
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
imagePullSecrets:
  []
#  - private-registry

tls:
  credentialName: wildcard-cert
  mode: SIMPLE

extraServers:
  []
# Example below of complete values capable of being set
# NOTE: hosts[] is capable of dynamic templating from the .Values context
#  - port:
#      name: https-other                          # required: must not be equal to "http"
#      protocol: HTTPS
#      number: 443
#    hosts:
#      - "*.sub.{{ .Values.hostname }}"
#    tls:
#      credentialName: "another-credential"       # required
#      mode: SIMPLE

ingressGateway:
  minReplicas: 1
  maxReplicas: 5
41

Josh Wolf's avatar
Josh Wolf committed
42 43 44 45 46
  serviceAnnotations:
    {}
#    service.beta.kubernetes.io/aws-load-balancer-internal: "true"
#    service.beta.kubernetes.io/azure-load-balancer-internal: "true"

47 48 49 50 51 52
# Set enabled to 'true', uncomment ports, and update if not using the cloud provider to generate your ELB/NLB.
# Ensure the nodeports specified match your ELB/NLB in AWS.
  nodePorts:
    enabled: false
  #  ports:
  #  - name: http2
53 54
  #    port: 80
  #    targetPort: 8080
55 56
  #    nodePort: 30080
  #  - name: https
57 58
  #    port: 443
  #    targetPort: 8443
59 60 61 62 63 64
  #    nodePort: 30443
  #  - name: status
  #    port: 15021
  #    targetPort: 15021
  #    nodePort: 31020

Josh Wolf's avatar
Josh Wolf committed
65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
extraIngressGateways:
  []
# Complete example of an additional ingressgateway defined below
#  - name: private-ingressgateway
#    k8s:
#      hpaSpec:
#        minReplicas: 1
#        maxReplicas: 3
#      serviceAnnotations:
#        service.beta.kubernetes.io/aws-load-balancer-internal: "true"

kiali:
  enabled: true

  image:
    name: kiali
    hub: registry1.dsop.io/ironbank/opensource/kiali
    tag: v1.23.0

  dashboard:
    auth:
      strategy: ""

tracing:
  enabled: true

  image:
    name: all-in-one
    hub: registry1.dsop.io/ironbank/opensource/jaegertracing
94 95 96 97 98 99 100 101 102
    tag: 1.19.2

sso:
  enabled: false

  namespace: istio-addons-sso
  selector:
    key: protect
    value: keycloak