16 lines
283 B
YAML
16 lines
283 B
YAML
|
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
|