update nginx image reference and modify nodePort values for production and test environments; remove unused UAT configmap and kustomization files

This commit is contained in:
5 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: nginx
image: public.ecr.aws/nginx/nginx:placeholder
image: nginx:placeholder
volumeMounts:
- name: content
mountPath: /usr/share/nginx/html

View File

@@ -7,11 +7,11 @@ data:
<!DOCTYPE html>
<html>
<head>
<title>uat</title>
<title>dev</title>
</head>
<body>
<h1>uat</h1>
<h1>dev</h1>
</body>
</html>

View File

@@ -12,4 +12,4 @@ patches:
patch: |-
- op: replace
path: /spec/ports/0/nodePort
value: 30082
value: 30182

View File

@@ -12,4 +12,4 @@ patches:
patch: |-
- op: replace
path: /spec/ports/0/nodePort
value: 30083
value: 30183

View File

@@ -12,4 +12,4 @@ patches:
patch: |-
- op: replace
path: /spec/ports/0/nodePort
value: 30081
value: 30181