test de ingressroute
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: "ip-deployment"
|
||||
name: "ip"
|
||||
labels:
|
||||
app: "front"
|
||||
spec:
|
||||
@@ -16,6 +16,19 @@ spec:
|
||||
containers:
|
||||
- name: "front-apache"
|
||||
image: "jcabillot/ip"
|
||||
ports:
|
||||
- name: "http"
|
||||
containerPort: 8080
|
||||
protocol: "TCP"
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: "/"
|
||||
port: "http"
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: "/"
|
||||
port: "http"
|
||||
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
|
||||
Reference in New Issue
Block a user