sso-kustom/components/hydra-ldap/resources/service.yaml

18 lines
312 B
YAML
Raw Permalink Normal View History

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