...

Text file src/github.com/google/certificate-transparency-go/trillian/examples/deployment/kubernetes/ctfe-service.yaml

Documentation: github.com/google/certificate-transparency-go/trillian/examples/deployment/kubernetes

     1apiVersion: v1
     2kind: Service
     3metadata:
     4  annotations:
     5    cloud.google.com/load-balancer-type: "Internal"
     6  labels:
     7    io.kompose.service: trillian-ctfe-service
     8  name: trillian-ctfe-service
     9spec:
    10  type: NodePort
    11  ports:
    12    - port: 6962
    13      targetPort: 6962
    14  selector:
    15    io.kompose.service: trillian-ctfe

View as plain text