[OPB-xxx] updating abstracto version

enabling giveaway and image generation feature
This commit is contained in:
Sheldan
2023-12-25 19:04:22 +01:00
parent e77c448824
commit fe50e1331b
16 changed files with 228 additions and 27 deletions

View File

@@ -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 }}