Try to fix deployment
This commit is contained in:
parent
fb280303f8
commit
74bc06db0a
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue