mirror of
https://github.com/Sheldan/Sissi.git
synced 2026-01-25 10:06:01 +00:00
updating for Debra 2023 campaign adding internal rest api for debra information adding a debra button to receive information
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 }}
|