feat: initial commit

This commit is contained in:
2023-01-25 20:27:27 +01:00
commit 06b7aa7903
18 changed files with 326 additions and 0 deletions

View File

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