Update 'application.yml'
This commit is contained in:
parent
41f1ce0a4d
commit
bf63678256
@ -7,9 +7,7 @@ data:
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<body>
|
<body>
|
||||||
Hello worldik
|
Hello worldix
|
||||||
blaba
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
---
|
---
|
||||||
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user