Update 'application.yml'

This commit is contained in:
Sergo 2023-03-30 19:28:06 +00:00
parent 41f1ce0a4d
commit bf63678256

View File

@ -6,11 +6,9 @@ data:
index.html: | index.html: |
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<body> <body>
Hello worldik Hello worldix
blaba </body>
</body>
</html> </html>
--- ---
apiVersion: apps/v1 apiVersion: apps/v1
@ -19,7 +17,7 @@ metadata:
name: nginx name: nginx
spec: spec:
revisionHistoryLimit: 0 revisionHistoryLimit: 0
replicas: 2 replicas: 3
selector: selector:
matchLabels: matchLabels:
app: nginx app: nginx
@ -30,7 +28,7 @@ spec:
spec: spec:
containers: containers:
- name: nginx - name: nginx
image: library/nginx image: library/nginx:1.23.2
ports: ports:
- name: nginx - name: nginx
containerPort: 80 containerPort: 80
@ -66,7 +64,7 @@ metadata:
external-dns.alpha.kubernetes.io/target: traefik.codemowers.ee external-dns.alpha.kubernetes.io/target: traefik.codemowers.ee
spec: spec:
rules: rules:
- host: venyae.codemowers.ee - host: msergo-nginx-argo.codemowers.ee
http: http:
paths: paths:
- pathType: Prefix - pathType: Prefix