Baphomet is the dedicated bot for nulloctet matrix
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
420 B

  1. apiVersion: v1
  2. kind: Service
  3. metadata:
  4. name: {{ include "baphomet-js.fullname" . }}
  5. labels:
  6. {{ include "baphomet-js.labels" . | indent 4 }}
  7. spec:
  8. type: {{ .Values.service.type }}
  9. ports:
  10. - port: {{ .Values.service.port }}
  11. targetPort: http
  12. protocol: TCP
  13. name: http
  14. selector:
  15. app.kubernetes.io/name: {{ include "baphomet-js.name" . }}
  16. app.kubernetes.io/instance: {{ .Release.Name }}