Sha256: f22ffa6cebde3d01486bcad2216acbf793772c147dbe2ee4ec7488a2522cd733

Contents?: true

Size: 494 Bytes

Versions: 8

Compression:

Stored size: 494 Bytes

Contents

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  name: github-pr-ruby-webhook-ingress
spec:
  ingressClassName: public-iks-k8s-nginx
  tls:
  - hosts:
    - <ENTER_YOUR_DOMAIN_NAME_HERE>
  rules:
    - host: <ENTER_YOUR_DOMAIN_NAME_HERE>
      http:
        paths:
          - path: /github-pr-ruby-hooks
            pathType: Exact
            backend:
              service:
                name: el-github-pr-ruby-eventlistener
                port:
                  number: 8080

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
instana-1.217.1 .tekton/github-webhook-ingress.yaml
instana-1.217.0 .tekton/github-webhook-ingress.yaml
instana-1.216.0 .tekton/github-webhook-ingress.yaml
instana-1.215.1 .tekton/github-webhook-ingress.yaml
instana-1.215.0 .tekton/github-webhook-ingress.yaml
instana-1.214.4 .tekton/github-webhook-ingress.yaml
instana-1.214.3 .tekton/github-webhook-ingress.yaml
instana-1.214.2 .tekton/github-webhook-ingress.yaml