From bf63678256af8f4ae5afe91ceaaa5c059aec6c1e Mon Sep 17 00:00:00 2001 From: Sergo Date: Thu, 30 Mar 2023 19:28:06 +0000 Subject: [PATCH] Update 'application.yml' --- application.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/application.yml b/application.yml index 21a7143..14b54fa 100644 --- a/application.yml +++ b/application.yml @@ -6,11 +6,9 @@ data: index.html: | - - Hello worldik - blaba - - + + Hello worldix + --- apiVersion: apps/v1 @@ -19,7 +17,7 @@ metadata: name: nginx spec: revisionHistoryLimit: 0 - replicas: 2 + replicas: 3 selector: matchLabels: app: nginx @@ -30,7 +28,7 @@ spec: spec: containers: - name: nginx - image: library/nginx + image: library/nginx:1.23.2 ports: - name: nginx containerPort: 80 @@ -66,7 +64,7 @@ metadata: external-dns.alpha.kubernetes.io/target: traefik.codemowers.ee spec: rules: - - host: venyae.codemowers.ee + - host: msergo-nginx-argo.codemowers.ee http: paths: - pathType: Prefix