mirror of
https://github.com/Sheldan/OnePlusBot.git
synced 2026-01-02 15:56:29 +00:00
13 lines
279 B
YAML
13 lines
279 B
YAML
{{- if .Values.restApi.enabled -}}
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: {{ .Values.restApi.service.name }}
|
|
spec:
|
|
selector:
|
|
app: rest-api
|
|
ports:
|
|
- port: {{ .Values.restApi.service.targetPort }}
|
|
targetPort: {{ .Values.restApi.service.port }}
|
|
{{- end }}
|