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 apiVersion: v1
kind: Pod kind: Pod
spec: spec:
containers: template:
ports: spec:
- containerPort: 8081 containers:
name: http ports:
protocol: TCP - containerPort: 8081
- containerPort: 8082 name: http
name: refresh-token protocol: TCP
protocol: TCP - containerPort: 8082
hostAliases: name: refresh-token
- hostnames: protocol: TCP
- hub hostAliases:
ip: 127.0.0.1 - hostnames:
- hub
ip: 127.0.0.1