mirror of
https://github.com/Sheldan/OnePlusBot.git
synced 2026-04-12 03:57:58 +00:00
[OPB-xxx] upgrading abstracto version
enabling experience leaderboard dashboard deployment
This commit is contained in:
12
deployment/helm/oneplus-bot/templates/rest-api-service.yaml
Normal file
12
deployment/helm/oneplus-bot/templates/rest-api-service.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
{{- 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 }}
|
||||
Reference in New Issue
Block a user