feat(hydra-ldap): rename resources from werther to hydra-ldap
This commit is contained in:
17
components/hydra-ldap/resources/service.yaml
Normal file
17
components/hydra-ldap/resources/service.yaml
Normal file
@ -0,0 +1,17 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
labels:
|
||||
io.kompose.service: hydra-ldap
|
||||
name: hydra-ldap
|
||||
spec:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- name: hydra-ldap
|
||||
port: 8080
|
||||
targetPort: hydra-ldap-http
|
||||
protocol: TCP
|
||||
selector:
|
||||
app.kubernetes.io/name: hydra-ldap
|
||||
status:
|
||||
loadBalancer: {}
|
Reference in New Issue
Block a user