mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-22 04:06:59 -06:00
JFrog Pipelines v1.8.0 as Openshift helm and operator
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{{- if .Values.vault.enabled }}
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: {{ include "pipelines.vault.name" . }}-headless
|
||||
labels:
|
||||
{{- include "pipelines.labels" . | nindent 4 }}
|
||||
component: {{ include "pipelines.vault.name" . }}
|
||||
spec:
|
||||
type: ClusterIP
|
||||
clusterIP: None
|
||||
ports:
|
||||
- name: http
|
||||
port: {{ .Values.vault.service.port }}
|
||||
targetPort: 30100
|
||||
protocol: TCP
|
||||
- name: server
|
||||
port: 30101
|
||||
protocol: TCP
|
||||
selector:
|
||||
{{- include "pipelines.selectorLabels" . | nindent 4 }}
|
||||
component: {{ include "pipelines.vault.name" . }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user