feat(hydra-ldap): rename resources from werther to hydra-ldap

This commit is contained in:
2023-12-11 09:50:13 +01:00
parent 063b575117
commit bf865b02e2
3 changed files with 12 additions and 15 deletions

View 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: {}