sso-kustom/components/hydra-oidc/resources/hydra-oidc-service.yaml
Philippe Caseiro 29f539f7ab fix(oidc): removing deprecated and useless patch
fix container liveness and readyness probes
fix service with correct port
2024-02-13 16:49:37 +01:00

15 lines
228 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
io.kompose.service: hydra-oidc
name: hydra-oidc
spec:
ports:
- name: hydra-oidc
port: 8080
selector:
io.kompose.service: hydra-oidc
status:
loadBalancer: {}