blob: efe0123ceb140c50f19535108aa2019e94356bf6 [file] [log] [blame]
gio3e1b96b2026-07-21 18:52:35 +04001apiVersion: v1
2kind: Service
3metadata:
4 labels: {{- include "longhorn.labels" . | nindent 4 }}
5 app: longhorn-admission-webhook
6 name: longhorn-admission-webhook
7 namespace: {{ include "release_namespace" . }}
8spec:
9 type: ClusterIP
10 selector:
11 longhorn.io/admission-webhook: longhorn-admission-webhook
12 ports:
13 - name: admission-webhook
14 port: 9502
15 targetPort: admission-wh
16---
17apiVersion: v1
18kind: Service
19metadata:
20 labels: {{- include "longhorn.labels" . | nindent 4 }}
21 app: longhorn-recovery-backend
22 name: longhorn-recovery-backend
23 namespace: {{ include "release_namespace" . }}
24spec:
25 type: ClusterIP
26 selector:
27 longhorn.io/recovery-backend: longhorn-recovery-backend
28 ports:
29 - name: recovery-backend
30 port: 9503
31 targetPort: recov-backend