Sha256: ec0eec323594de62eef0de5554af871d794922c0f1460f486eca52a72e93ef6a

Contents?: true

Size: 672 Bytes

Versions: 5

Compression:

Stored size: 672 Bytes

Contents

apiVersion: v1
kind: Service
metadata:
  name: web
  labels:
    app.kubernetes.io/name: web
    app.kubernetes.io/component: service
    {{- include "waylon.commonLabels" . | nindent 4 }}
    {{- with .Values.web.service.labels }}
      {{- toYaml . | nindent 4 }}
    {{- end }}
  {{- if .Values.web.service.annotations }}
  annotations:
    {{- toYaml .Values.web.service.annotations | nindent 4 }}
  {{- end }}
spec:
  type: {{ .Values.web.service.type }}
  ports:
  - port: {{ .Values.web.service.port }}
    targetPort: 9292
    protocol: TCP
    name: waylon
  selector:
    app.kubernetes.io/component: web
    {{- include "waylon.commonLabels" . | nindent 4 }}
  

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
waylon-0.3.0 examples/deploying/helm/waylon/templates/web-service.yaml
waylon-0.2.6 examples/deploying/helm/waylon/templates/web-service.yaml
waylon-0.2.5 examples/deploying/helm/waylon/templates/web-service.yaml
waylon-0.2.4 examples/deploying/helm/waylon/templates/web-service.yaml
waylon-0.2.2 examples/deploying/helm/waylon/templates/web-service.yaml