2023-11-24 12:09:47 +01:00
|
|
|
apiVersion: v1
|
|
|
|
kind: Service
|
|
|
|
metadata:
|
|
|
|
labels:
|
2024-02-21 15:43:42 +01:00
|
|
|
app.kubernetes.io/name: hydra-ldap
|
2023-12-11 09:50:13 +01:00
|
|
|
name: hydra-ldap
|
2023-11-24 12:09:47 +01:00
|
|
|
spec:
|
|
|
|
type: ClusterIP
|
|
|
|
ports:
|
2023-12-11 09:50:13 +01:00
|
|
|
- name: hydra-ldap
|
2023-11-24 12:09:47 +01:00
|
|
|
port: 8080
|
2023-12-11 09:50:13 +01:00
|
|
|
targetPort: hydra-ldap-http
|
2023-11-24 12:09:47 +01:00
|
|
|
protocol: TCP
|
|
|
|
selector:
|
2023-12-11 09:50:13 +01:00
|
|
|
app.kubernetes.io/name: hydra-ldap
|
2023-11-24 12:09:47 +01:00
|
|
|
status:
|
|
|
|
loadBalancer: {}
|