Try to fix deployment

This commit is contained in:
Micke Nordin 2024-01-18 16:09:14 +01:00
parent fb280303f8
commit 74bc06db0a
Signed by untrusted user: Micke
GPG key ID: F53C4CC83EDAB3BE

View file

@ -1,15 +1,17 @@
apiVersion: v1
kind: Pod
spec:
containers:
ports:
- containerPort: 8081
name: http
protocol: TCP
- containerPort: 8082
name: refresh-token
protocol: TCP
hostAliases:
- hostnames:
- hub
ip: 127.0.0.1
template:
spec:
containers:
ports:
- containerPort: 8081
name: http
protocol: TCP
- containerPort: 8082
name: refresh-token
protocol: TCP
hostAliases:
- hostnames:
- hub
ip: 127.0.0.1