feat: add hydra-oidc component

This commit is contained in:
2023-02-01 14:02:39 +01:00
parent 51535d76bf
commit 2a479a1f86
6 changed files with 89 additions and 1 deletions

View File

@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
labels:
io.kompose.service: hydra-oidc
name: hydra-oidc
spec:
ports:
- name: hydra-oidc
port: 80
selector:
io.kompose.service: hydra-oidc
status:
loadBalancer: {}