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