narrow-cat-79966
11/23/2021, 6:12 PMdry-accountant-5800
11/24/2021, 2:09 AM$PORT
by default (typically 8080), but Hydra listens on 4444, 4445 by defaultnarrow-cat-79966
11/24/2021, 2:10 AMdry-accountant-5800
11/24/2021, 2:11 AMspec:
template:
spec:
containers:
- image: <http://docker.io/oryd/hydra:v1.10.6|docker.io/oryd/hydra:v1.10.6>
args: ["serve", "-c", "/etc/config/hydra/hydra.yaml", "all", "--dangerous-force-http"]
ports:
- containerPort: 4444
This is the meat of it, the rest is less interesting for Cloud Run, since it uses K8s features for secrets/sidecarsnarrow-cat-79966
11/24/2021, 2:20 AMdry-accountant-5800
11/24/2021, 2:20 AM