NA
Size: a a a
NA
JR
apiVersion: v1
kind: Service
metadata:
name: my-flask-service
spec:
selector:
app: my-flask
ports:
- protocol: "TCP"
port: 6000
targetPort: 5000
type: LoadBalancer
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: my-flask
spec:
selector:
matchLabels:
app: my-flask
replicas: 2
template:
metadata:
labels:
app: my-flask
spec:
containers:
- name: my-flask
image: account.dkr.ecr.us-west-1.amazonaws.com/my-flask:latest
ports:
- containerPort: 5000
V
JR
JR
V
V
JR
V
ERR_SSL_PROTOCOL_ERROR
JR
ERR_SSL_PROTOCOL_ERROR
S
JR
JR
V
JR
JR