adksa
Some checks failed
Publish Helm Chart / Build and Publish Helm Chart (push) Failing after 14s

This commit is contained in:
2024-12-12 19:02:52 +01:00
parent 56b60ee037
commit 7b14980b41
3 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{{- if .Values.externalService.enabled }}
apiVersion: v1
kind: Service
metadata:
name: {{ .Values.externalService.name }}
spec:
type: ExternalName
externalName: {{ .Values.externalService.externalName }}
ports:
- port: {{ .Values.externalService.port }}
{{- end }}