test de ingressroute
All checks were successful
Web/ip/pipeline/head This commit looks good
web/ip/pipeline/head This commit looks good

This commit is contained in:
Julien Cabillot
2021-08-06 21:44:19 -04:00
parent d27c5c9684
commit 13193d699e
5 changed files with 91 additions and 28 deletions

View File

@@ -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: