Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support operator for knative #1

Open
jstrachan opened this issue Jan 6, 2021 · 0 comments
Open

support operator for knative #1

jstrachan opened this issue Jan 6, 2021 · 0 comments

Comments

@jstrachan
Copy link
Contributor

we should improve the chart / version stream so we can more easily setup the operator correctly for knative
see:
https://kubernetes.slack.com/archives/C9LTHT2BB/p1609870135179300?thread_ts=1609817231.171500&cid=C9LTHT2BB

apiVersion: install.istio.io/v1alpha1
kind: IstioOperator
metadata:
  name: istio-main
spec:
  profile: default
  values:
    global:
      proxy:
        autoInject: enabled
      useMCP: false
      # The third-party-jwt is not enabled on all k8s.
      # See: https://istio.io/docs/ops/best-practices/security/#configure-third-party-service-account-tokens
      jwtPolicy: first-party-jwt
  components:
    ingressGateways:
      - name: istio-ingressgateway
        enabled: true
        k8s:
          serviceAnnotations:
            service.beta.kubernetes.io/aws-load-balancer-type: "nlb"
            external-dns.alpha.kubernetes.io/hostname: '*.{{ .Values.jxRequirements.ingress.domain }}'
      - name: cluster-local-gateway
        enabled: true
        label:
          istio: cluster-local-gateway
          app: cluster-local-gateway
        k8s:
          service:
            type: ClusterIP
            ports:
            - port: 15020
              name: status-port
            - port: 80
              targetPort: 8080
              name: http2
            - port: 443
              targetPort: 8443
              name: https
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant