Sha256: 2d9c149a9d45bba21a66061ca4760bc6bf1f13e7674eb9e1c4645fb2e3e91591

Contents?: true

Size: 525 Bytes

Versions: 24

Compression:

Stored size: 525 Bytes

Contents

apiVersion: v1
kind: Service
metadata:
  name: {{ template "fullname" . }}
  labels:
    app: {{ template "name" . }}
    chart: {{ .Chart.Name }}-{{ .Chart.Version }}
    release: {{ .Release.Name }}
    heritage: {{ .Release.Service }}
spec:
  type: {{ .Values.service.type }}
  ports:
    - port: {{ .Values.service.externalPort }}
      targetPort: {{ .Values.service.internalPort }}
      protocol: TCP
      name: {{ .Values.service.name }}
  selector:
    app: {{ template "name" . }}
    release: {{ .Release.Name }}

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
kite-1.2.3 tpl/service/%output_path%/charts/%app_name%/templates/service.yaml
kite-1.2.2 tpl/service/%output_path%/charts/%app_name%/templates/service.yaml
kite-1.2.1 tpl/service/%output_path%/charts/%app_name%/templates/service.yaml
kite-1.2.0 tpl/service/%output_path%/charts/%app_name%/templates/service.yaml
kite-1.1.17 tpl/service/%output_path%/charts/%app_name%/templates/service.yaml
kite-1.1.16 tpl/service/%output_path%/charts/%app_name%/templates/service.yaml
kite-1.1.15 tpl/service/%output_path%/charts/%app_name%/templates/service.yaml
kite-1.1.14 tpl/service/%output_path%/charts/%app_name%/templates/service.yaml
kite-1.1.13 tpl/service/%output_path%/charts/%app_name%/templates/service.yaml
kite-1.1.12 tpl/service/%output_path%/charts/%app_name%/templates/service.yaml
kite-1.1.11 tpl/service/%output_path%/charts/%app_name%/templates/service.yaml
kite-1.1.10 tpl/service/%output_path%/charts/%app_name%/templates/service.yaml
kite-1.1.9 tpl/service/%output_path%/charts/%app_name%/templates/service.yaml
kite-1.1.8 tpl/service/%output_path%/charts/%app_name%/templates/service.yaml
kite-1.1.7 tpl/service/%output_path%/charts/%app_name%/templates/service.yaml
kite-1.1.3 tpl/service/%output_path%/charts/%app_name%/templates/service.yaml
kite-1.1.1 tpl/service/%output_path%/charts/%app_name%/templates/service.yaml
kite-1.0.10 tpl/service/%output_path%/charts/%app_name%/templates/service.yaml
kite-1.0.6 tpl/service/%output_path%/charts/%app_name%/templates/service.yaml
kite-1.0.4 tpl/service/%output_path%/charts/%app_name%/templates/service.yaml