feat(hydra-sql): adding new hydra login app

This commit is contained in:
2023-06-12 14:09:12 +02:00
committed by William Petit
parent d37e85000f
commit 1b1cc27916
5 changed files with 116 additions and 0 deletions

View File

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