All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.golang.deployments.service.yaml.template Maven / Gradle / Ivy

apiVersion: v1
kind: Service
metadata:
  name: @service_name_kebab@-service
  namespace: @namespace@
spec:
  ports:
    - name: grpc
      port: @server_port@
      protocol: TCP
  type: ClusterIP
  selector:
    app: @service_name_kebab@




© 2015 - 2024 Weber Informatics LLC | Privacy Policy