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: spec:
containers: containers:
- name: nginx - name: nginx
image: public.ecr.aws/nginx/nginx:placeholder image: nginx:placeholder
volumeMounts: volumeMounts:
- name: content - name: content
mountPath: /usr/share/nginx/html mountPath: /usr/share/nginx/html

View File

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

View File

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

View File

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

View File

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