File: ctfe-ingress.yaml

package info (click to toggle)
golang-github-google-certificate-transparency 1.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,764 kB
  • sloc: sh: 606; makefile: 103; sql: 16
file content (12 lines) | stat: -rw-r--r-- 287 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  name: trillian-ctfe-ingress
  annotations:
    kubernetes.io/ingress.global-static-ip-name: trillian-ctfe-global-static-ip
spec:
  defaultBackend:
    service:
      name: trillian-ctfe-service
      port: 
        number: 6962