charts/charts-wip/radosgw/templates/service.yaml
2019-07-06 23:17:57 +02:00

16 lines
408 B
YAML

apiVersion: v1
kind: Service
metadata:
name: {{ include "radosgw.fullname" . }}
labels:
{{ include "radosgw.labels" . | indent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
app.kubernetes.io/name: {{ include "radosgw.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}