app-service.yml 306 Bytes
Newer Older
Vũ Hoàng Nam's avatar
Vũ Hoàng Nam committed
1 2 3 4 5 6 7 8 9 10 11 12
apiVersion: v1
kind: Service
metadata:
  name: "{{ include "web-app-minio.name" . }}-svc"
spec:
  type: {{ .Values.service.type }}
  ports:
    - port: {{ .Values.service.port }}
      protocol: {{ .Values.service.protocol }}
  selector:
    {{- include "web-app-minio.selectorLabels" . | nindent 4}}