File: ctfe-service.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 (15 lines) | stat: -rw-r--r-- 314 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
apiVersion: v1
kind: Service
metadata:
  annotations:
    cloud.google.com/load-balancer-type: "Internal"
  labels:
    io.kompose.service: trillian-ctfe-service
  name: trillian-ctfe-service
spec:
  type: NodePort
  ports:
    - port: 6962
      targetPort: 6962
  selector:
    io.kompose.service: trillian-ctfe