k8s-manifests/jupyter/overlays/test/deployment.yml

16 lines
283 B
YAML
Raw Normal View History

2024-01-18 14:25:57 +00:00
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