mirror of
https://github.com/Sheldan/OnePlusBot.git
synced 2026-04-14 04:29:08 +00:00
[OPB-xxx] updating abstracto version
enabling giveaway and image generation feature
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{{- if .Values.privateRestApi.enabled -}}
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: {{ .Values.privateRestApi.service.name }}
|
||||
spec:
|
||||
selector:
|
||||
app: private-rest-api
|
||||
ports:
|
||||
- port: {{ .Values.privateRestApi.service.targetPort }}
|
||||
targetPort: {{ .Values.privateRestApi.service.port }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user